Skip to content

xkb: fix testing if on keypad

Yifan Zhu requested to merge work/fanzhuyifan/kp into master

XKB_KEY_KP_9 is 0xffb9 while XKB_KEY_KP_Equal is 0xffbd and XKB_KEY_F1 is 0xffbe. So XKB_KEY_KP_Equal, instead of XKB_KEY_KP_9, has the maximum keysym for keypad keys.

Merge request reports