mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-14 02:07:49 +00:00
* Consolidated scancode mapping tables into a single location for all backends * Verified that the xfree86_scancode_table2 is largely identical to the Linux scancode table * Updated the Linux scancode table with the latest kernel keycodes (still unmapped) * Route X11 keysym -> scancode mapping through the linux scancode table (which a few hand-written exceptions), which will allow mappings to automatically get picked up as they are added in the Linux scancode table * Disabled verbose reporting of missing keysym mappings, we have enough data for now |
||
|---|---|---|
| .. | ||
| SDL_dbus.c | ||
| SDL_dbus.h | ||
| SDL_evdev.c | ||
| SDL_evdev.h | ||
| SDL_evdev_capabilities.c | ||
| SDL_evdev_capabilities.h | ||
| SDL_evdev_kbd.c | ||
| SDL_evdev_kbd.h | ||
| SDL_evdev_kbd_default_accents.h | ||
| SDL_evdev_kbd_default_keymap.h | ||
| SDL_fcitx.c | ||
| SDL_fcitx.h | ||
| SDL_ibus.c | ||
| SDL_ibus.h | ||
| SDL_ime.c | ||
| SDL_ime.h | ||
| SDL_sandbox.c | ||
| SDL_sandbox.h | ||
| SDL_threadprio.c | ||
| SDL_udev.c | ||
| SDL_udev.h | ||