Jump to content

Recommended Posts

Posted (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 by Mosquitos

Sapiente vince, rex, noli vincere ferro!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...