April 7, 2026
3:32 a.m.
Rémi Bernon (@rbernon) commented about dlls/winex11.drv/keyboard.c:
}; static unsigned kbd_layout=0; /* index into above table of layouts */ static XkbDescRec *xkb_desc; +static unsigned int xkb_current_group; Same thing here, and looking at the whole branch it seems to be gone at some point, so this doesn't look very useful. In general I believe the current xkb group is just part of the key event state, and doesn't really need to be tracked separately?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10550#note_135270