-
d1bfa5e2
by Rémi Bernon at 2026-04-20T20:38:44+02:00
winex11: Fix some X11DRV_InitKeyboard loop indentation.
-
7498e421
by Matteo Bruni at 2026-04-20T20:38:44+02:00
winex11: Factor out mapping keycodes to scancodes / keysyms into a separate function.
We'll entirely get rid of the new x11drv_init_layout() function after
introducing the new implementation based on KBDTABLES.
-
27a0a760
by Matteo Bruni at 2026-04-20T20:38:44+02:00
winex11: Get Xkb group names.
-
b0eda60f
by Matteo Bruni at 2026-04-20T20:38:44+02:00
winex11: Look up keysyms for the currently selected Xkb group in X11DRV_KEYBOARD_DetectLayout().
-
f0ca50e5
by Matteo Bruni at 2026-04-20T20:38:44+02:00
winex11: Decode current keyboard layout from the Xkb group name.
For large parts lifted from Rémi's winewayland commit
d64ea8e4a6c93ba77208cb680b91dc0c2830049d.