You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
Trying to bind
KP_5
does nothing. Applications getKP_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.)The text was updated successfully, but these errors were encountered: