Andrea Azzarone 445eed40a7 popupMenu: Don't handle key presses directly if there are modifiers
Key events involved in a keyboard shortcut are not completely consumed by
Mutter. That means that if the popupMenu is bound to a shortcut (e.g.
Alt<Space>) and the user keeps the keys pressed, the same key-event will be
delivered to the popupMenu. We can workaround this issue filtering out all the
events where a a modifier is down (except capslock).

Fixes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/372


(cherry picked from commit 2e90c5fa4b35ebe26c694223966834ee949cfce3)
2018-07-31 00:14:53 +00:00
..
2018-02-21 13:54:58 +00:00
2018-02-21 13:54:58 +00:00
2018-02-21 13:55:02 +00:00
2018-04-13 09:15:48 +00:00
2018-02-21 13:55:02 +00:00
2018-06-07 08:42:32 +00:00
2018-02-21 13:54:58 +00:00
2018-06-20 22:30:17 +00:00