bb967d1533
WinPR provides APIs to convert between keycodes between virtual keycodes. These keycodes can currently be evdev keycodes or Apple keycodes. The evdev handling, however, handles XKB keycodes and not evdev ones. The main difference between these is that XKB keycodes are shifted by the value 8, compared to evdev keycodes. In order to fix this situation, rename the evdev keycodes to XKB ones, and introduce additionally a new keycode evdev, including its handling for this keycode type. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
keyboard_apple.c | ||
keyboard_apple.h | ||
keyboard_layout.c | ||
keyboard_sun.c | ||
keyboard_sun.h | ||
keyboard_x11.c | ||
keyboard_x11.h | ||
keyboard_xkbfile.c | ||
keyboard_xkbfile.h | ||
keyboard.c | ||
liblocale.h | ||
locale.c | ||
xkb_layout_ids.c | ||
xkb_layout_ids.h |