08-24-2008, 09:43 PM
Run this macro to test keyboard hooks.
Macro
Also need this function.
Function LLKeyboardProc
Macro
int+ testkeyhook=SetWindowsHookEx(WH_KEYBOARD_LL &LLKeyboardProc _hinst 0)
mes "Press several keys. It should display key names in QM output. Don't close this message box."
Also need this function.
Function LLKeyboardProc