Jump to content

Recommended Posts

Posted

To determinate my program, i would like to press (CTRL+Q+K) for exit..

Ive been looking alot for it, but i cant get it to work... i know what CTRL is...

How would it be, what to write in the "()"

Posted

You cannot use Ctrl+Q+K with HotKeySet....

If you wanted Ctrl+Q, you could do the following:

HotKeySet("^Q", "Quit")
Func Quit()
   Exit
EndFunc

<{POST_SNAPBACK}>

use a hotkey like the one you sayd but use "if _ispressed() AND _ispressed() AND _ispressed() then exit" instead of exit

dunno hexes by head so find em somewhere :lmao:

My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll

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...