Quote:
|
Originally Posted by JkWhoSaysNi
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.
|
AutoIT doesn't use hooks. I guess Graal could hook most of the simple keys on the keyboard which would probably prevent AutoIT from using them. I don't think that's going to happen though.