Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Eat all keys from a specific keyboard
#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.


Messages In This Thread
RE: Eat all keys from a specific keyboard - by Gintaras - 11-07-2020, 09:40 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)