Wb-FreeKill Posted January 29, 2005 Posted January 29, 2005 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 "()"
CyberSlug Posted January 29, 2005 Posted January 29, 2005 You cannot use Ctrl+Q+K with HotKeySet....The following hotkeys cannot be set.... any combos of two or more "base keys" such as '{F1}{F2}'....If you wanted Ctrl+Q, you could do the following:HotKeySet("^Q", "Quit") Func Quit() Exit EndFunc Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
w0uter Posted January 29, 2005 Posted January 29, 2005 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 exitdunno hexes by head so find em somewhere My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
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