-
0291a7bd
by Rémi Bernon at 2026-06-02T10:35:23+02:00
winex11: Move find_xkb_layout_variant helper around.
-
d75d8a85
by Matteo Bruni at 2026-06-02T10:35:23+02:00
winex11: Return the layout index from from detect_keyboard_layout().
We still need main_key_tab[kbd_layout] and related data to map
keycodes to VK / scancodes, so we can't quite get rid of the
detect_keyboard_layout() call until we take care of that.
-
5eb5f3b4
by Matteo Bruni at 2026-06-02T10:35:23+02:00
winex11: Create layouts when falling back to fuzzy detection.