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

Rui Matos <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #17 from Rui Matos <[email protected]> ---
(In reply to Olivier Fourdan from comment #16)
> For the record, the change is due to commit bc6d2d6 in gtk+ to address bug
> 748904

Right, I think that patch shouldn't have added the GDK_META_MASK bit for the
same reason that we have this comment in gdkkeys-x11.c:

  /*  This loop used to start at 3, which included MOD1 in the
   *  virtual mapping. However, all of GTK+ treats MOD1 as a
   *  synonym for Alt, and does not expect it to be mapped around,
   *  therefore it's more sane to simply treat MOD1 like SHIFT and
   *  CONTROL, which are not mappable either.
   */

So, we need to fix this in gtk+ to keep event state compatible with the X
behavior and avoid needless app breakage.

-- 
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