mIRC Home    About    Download    Register    News    Help

Print Thread
#107469 10/01/05 05:34 PM
D
Debug
Debug
D
Hi,

I think this is not possible but i will try:
When I push "ESC" buttom on keyboard and than mIRC return "Okay". Example:
I push "ESC" buttom and mIRC returns "//echo -a Okay".

Regards

#107470 10/01/05 05:55 PM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
This is possible but only possible in a @window.

Code:
on 1:KEYDOWN:[color:blue]@[/color]:27: { 
  echo -a Okay.
}

#107471 10/01/05 06:32 PM
M
MsTerri
MsTerri
M
I dont know how to start a post here.. but I am wondering is there any way to enlarge the options window.. the text is very small and very hard to real, if not any talk in future editions with larger options text or window???

#107472 10/01/05 06:36 PM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
The Options dialog (if that's what you meant) is of a decent size.

#107473 10/01/05 06:42 PM
Joined: Jun 2003
Posts: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
You can start a new post by clicking the button that says Post at the top right hand side on the forum you want to post in.

It isn't possible to resize the options dialog, but you are of course free to make a feature suggestion.

Regards,

#107474 10/01/05 07:03 PM
D
Debug
Debug
D
Thanks very much, this keydown is very interesting.

#107475 10/01/05 07:06 PM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
You're very welcome. smile


Link Copied to Clipboard