Rui Matos 60c22b6236 keybindings: Do a breadth first search in our keysym to keycode code
Commit 1af00333682cda21db2d08b9fc590888d8e23e57 made a subtle change
regarding how XKeysymToKeycode behaves. It does a depth first search
while XKeysymToKeycode is documented to do a breadth first search:

"this function looks in each column of the core keyboard mapping in
turn and returns the lowest numbered key that matches in the lowest
numbered group" - from the XKB library documentation

Looping over all keycodes for each layout and level index makes us go
back to the previous behavior.

https://bugzilla.gnome.org/show_bug.cgi?id=737134
2014-09-24 23:20:42 +02:00
2014-09-17 05:37:54 +02:00
2014-09-24 11:10:30 +02:00
2014-03-18 20:37:35 -04:00
2014-09-22 20:12:08 +02:00
2014-07-31 17:50:28 +02:00
2014-09-22 20:12:08 +02:00
Description
94 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%