April 7, 2026
6:35 p.m.
On Tue Apr 7 08:50:40 2026 +0000, Rémi Bernon wrote:
Do we really need to use Xkb events? I believe that every time keyboard description (ie: the set of active groups) changes, a MappingNotify will be sent, which we already listen for. Isn't that enough to refresh the groups descriptions? I see that I probably "broke" the MappingNotify events by enabling the Xkb ones: https://www.x.org/releases/X11R7.6/doc/libX11/specs/XKB/xkblib.html#effects_...
Since I wasn't getting any MappingNotify events I rebuild that instrumentation around the Xkb events. I'll get rid of that and see how well it works with just MappingNotify. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10550#note_135322