https://bugzilla.gnome.org/show_bug.cgi?id=770112

--- Comment #20 from Rui Matos <tiagoma...@gmail.com> ---
(In reply to Matthias Clasen from comment #18)
> I don't think thats true ? We already ignore mappings _to_ Mod1 in the
> wayland backend when adding vmods:
> 
>       real &= 0xf0; /* ignore mapping to Lock, Shift, Control, Mod1 */
> 
> And we do treat META like the other vmods in the X11 backend as well.

We do, but since I changed mutter to send virtual modifiers, the xkb state
object we have on the wayland backend has both real and virtual modifiers and
that's where we look for modifiers when filling in the event's state. See
gdkdevice-wayland.c:deliver_key_event()

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to