Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Eat all keys from a specific keyboard
#1
Hello,

I use QM to launch macros from a KeyPad, it's working well.
However, i'd like to eat each keys of the KeyPad where I did not specify a trigger, to avoid mistakes.

Is there any way to do it ?

Thanks.
#2
To eat keys coming from a specific keyboard device - there is no easy reliable way. OS does not provide API. Probably would need to create a keyboard driver etc, it's expensive. Maybe such drivers can be downloaded somewhere but I don't know.

To eat keypad keys coming from any device, can be use 2 ways.
1. Create an empty macro for each key and assign trigger.
2. Low-level keyboard hook. Look for WH_KEYBOARD_LL examples in this forum.


Forum Jump:


Users browsing this thread: 1 Guest(s)