ZiggyStardust Posted April 14, 2012 Posted April 14, 2012 I am writing a little program with a "Quit" routine and don't really want the users to know what it is so I made it a little difficult: HotKeySet("^!+{ESC}", "Quit") ;crtl-alt-shift-esc The problem I am having is getting _BlockInputEx to allow that combibation: _BlockInputEx(1, "^!+{ESC}") The quit routine works great until I invoke the InputEX(). Any idea what I am missing?
PsaltyDS Posted April 14, 2012 Posted April 14, 2012 You should probably ask this in the topic dedicated to that UDF: Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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