Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ifk U does not find U if CAPlock = on
#2
The reason could be:
Keyboard driver. Try with a different keyboard.
Something in your other macros. Try with empty QM file.
Some other software.

ifk uses API GetKeyState. Also there is GetAsyncKeyState.

Macro Macro267
Code:
Copy      Help
rep
,0.02
,if GetKeyState(VK_UP)&0x8000
,,out "GetKeyState says: Up Arrow is pressed"
,if GetAsyncKeyState(VK_UP)&0x8000
,,out "GetAsyncKeyState says: Up Arrow is pressed"
,,

SetWindowsHookEx is the most powerful, most low-level. If it does not see the key event, I don't know other solutions.


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)