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

--- Comment #14 from Bastien Nocera <[email protected]> ---
Created attachment 343297
  --> https://bugzilla.gnome.org/attachment.cgi?id=343297&action=edit
shell: Fix Alt navigation shortcuts on Wayland

The default mod mask is different in Xorg and in Wayland. In Wayland, it
contains GDK_META_MASK (which is the virtual modifier equivalent to Mod1
aka Alt) whereas it doesn't contain it under Xorg.

Therefore, make sure to remove GDK_MOD1_MASK and and use the
GDK_META_MASK to check for the "Alt" key or equivalent.

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

Reply via email to