oblitum / Interception

The Interception API aims to build a portable programming interface that allows one to intercept and control a range of input devices.
http://oblita.com/interception
1.33k stars 271 forks source link

Some key not intercepted #58

Closed neoedmund closed 6 years ago

neoedmund commented 6 years ago

Some key not intercepted: / on numpad Enter on numpad insert home pageUp delete end pageDown left arrow right arrow up arrow down arrow

oblitum commented 6 years ago

Duplicate of #2. Check there for procedure to verify whether Interception is in the stack for capturing those keys on your keyboard.

neoedmund commented 6 years ago

Well, I use INTERCEPTION_FILTER_KEY_ALL instead of INTERCEPTION_FILTER_KEY_DOWN | INTERCEPTION_FILTER_KEY_UP seems solve the problem. I suggest maybe you could update the sample code with INTERCEPTION_FILTER_KEY_ALL for less confusing.