Opened 17 years ago
Closed 17 years ago
#616 closed Feature Request (Rejected)
New Function or Parms for BlockInput - Allow Hotkeys
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
I think it would be a good feature to allow specific keys to be allowed through BlockInput().
This could be done by a parm that just allows all hotkeysets automatically, or a list of keys provided by the user on the BlockInput command.
An example would be a hotkey set to allow a user to exit a script.
Or re-enable input. Other than CTL+ALT+DEL
_
And to make things easier...I found a similiar language on google that has a command which does exactly what I'm talking about :)
I thought you might be able to see how they did it and hopefully pretty easily add it onto AutoIT.
Here's a link to the function info:
http://www.autohotkey.com/docs/commands/Input.htm
The function basically blocks input until specific keys or key combinations are hit.
They have source code here:
http://www.autohotkey.com/download/AutoHotkey_source.exe
Thanks guys,
Kenny

Automatic ticket cleanup.