View Single Post
  #13  
Old 08-29-2006, 02:31 AM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
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.
Reply With Quote