Mosquitos Posted May 30, 2005 Posted May 30, 2005 (edited) HotKeySet("{ESC}", "Terminate") Func Terminate() Exit 0 EndFunc If i wanna use crtl+alt+q for terminate the script how can i do it please? If i replace the ESC with crtl+alt+q then the letters are not orange and the script will not terminate. you can delete this topic :"> HotKeySet( "^!q", "Terminate" ); CTRL+ALT+Q Func Terminate() Exit 0 EndFunc I found it :"> Edited May 30, 2005 by Mosquitos Sapiente vince, rex, noli vincere ferro!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now