April 17, 2026
2:36 p.m.
Matteo Bruni (@Mystral) commented about dlls/winex11.drv/keyboard.c:
detect_keyboard_layout( display, mmp, xkb_group ); XFreeModifiermap( mmp );
+ if (xkb_lang && xkb_lang != main_key_tab[kbd_layout].lcid) + WARN( "Xkb langid %04x differs from detected langid %04x\n", + xkb_lang, main_key_tab[kbd_layout].lcid ); +
FWIW in my branch I'm going to get rid of this sanity check pretty soon after, this is mostly a placeholder. Is that alright? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10689#note_136776