Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keypad keys not working #13

Open
ghost opened this issue Jun 21, 2018 · 2 comments
Open

Keypad keys not working #13

ghost opened this issue Jun 21, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 21, 2018

Trying to bind KP_5 does nothing. Applications get KP_5 normally, and the keybinder callback is not invoked.

Strangely, KP_Begin (same physical key as KP_5) works, but only if numlock is off. If numlock is on, KP_5 doesn't work anywhere (I suppose libkeybinder grabs the key, but ignores it).

Gimp can bind KP_5 (as application specific key bind and not as a global one, of course). If Gimp really uses gtk_accelerator_parse() as I'd expect, it means the string is correct. (You never know, because it's so badly documented. Always a waste of time trying to find out what a key binds to.)

@johndrinkwater
Copy link

What’s the output of xev when numlock is on? Have you tried mapping KEY_5 to discover if your keyboard produces incorrect keys?

@fossfreedom
Copy link

fossfreedom commented Jul 6, 2019

Has anyone managed to resolve this? Using xev the keysym is indeed KP_5 but keybinder seems to not recognise it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants