Jump to content

Hotkey (CTRL+Q+K) would be?


Recommended Posts

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!
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...