Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Upgrading made my triggers stop working
#4
Run this macro to test keyboard hooks.
Macro
Code:
Copy      Help
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
Code:
Copy      Help
;/
function nCode wParam KBDLLHOOKSTRUCT*h

FormatKeyString h.vkCode 0 &_s
out _s

ret CallNextHookEx(testkeyhook nCode wParam h)


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)