Really really hating how MIRC automatically "minimizes" my current window -- would much prefer it to do a ClearLine on what i was typing....

Anyone have any ideas on how to change that? i've went through about every menu / option i can find.

link|improve this question

What do you mean by "minimizes"? – Hello71 Jul 13 '10 at 1:28
feedback

2 Answers

up vote 1 down vote accepted
Esc::
SetTitleMatchMode, 2
#IfWinActive, mIRC
Send ^a{Backspace}
#IfWinActive
Return

In the Autohotkey scripting language should do it - I don't have a copy of mIRC to hand to test it on, though.

link|improve this answer
yea - would prefer to do it without 3p software. could do the same with autoit or even my G15. – GruffTech Feb 1 '10 at 17:46
@Gruff Well, alas, we often have to fill the gaps with software like autoit or AHK. It'd be nice if we didn't, but at least we can. – Phoshi Feb 1 '10 at 18:06
feedback

Options (Alt-O) => Other => Keys => Untick: Escape key minimizes window

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.