mIRC Home    About    Download    Register    News    Help

Print Thread
#107469 10/01/05 05:34 PM
Joined: Jul 2004
Posts: 150
D
Debug Offline OP
Vogon poet
OP Offline
Vogon poet
D
Joined: Jul 2004
Posts: 150
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,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
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
Joined: Jan 2005
Posts: 1
M
Mostly harmless
Offline
Mostly harmless
M
Joined: Jan 2005
Posts: 1
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,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
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: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
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,


Mentality/Chris
#107474 10/01/05 07:03 PM
Joined: Jul 2004
Posts: 150
D
Debug Offline OP
Vogon poet
OP Offline
Vogon poet
D
Joined: Jul 2004
Posts: 150
Thanks very much, this keydown is very interesting.

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


Link Copied to Clipboard