Quote:
|
Originally Posted by Googi
I am not aware of any way to distinguish a globally sent keystroke from AutoIT from someone pressing a key on their keyboard.
|
Actually, depending on how autoit works you can probably capture all real keypresses by using a keyboard hook on WH_KEYBOARD_LL. Hooking WH_KEYBOARD would get AutoIt and real keypresses. Though it depends how AutoIt works i'm guessing simulated key presses would not be captured by a low level keyboard hook.