[Wayland-bugs] [Bug 764424] `Super` keybindings trigger without Super, on Wayland
mutter (GNOME Bugzilla)
bugzilla at gnome.org
Fri Apr 15 18:52:59 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=764424
Matthias Clasen <mclasen at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mclasen at redhat.com
Component|Backend: Wayland |wayland
Assignee|gtk-bugs at gtk.org |mutter-maint at gnome.bugs
Product|gtk+ |mutter
QA Contact|gtk-bugs at gtk.org |mutter-maint at gnome.bugs
--- Comment #2 from Matthias Clasen <mclasen at redhat.com> ---
This is a failing of mutter.
Under wayland, modifiers and keys are sent in separate events. If I press
Ctrl-A, I get a modifiers event as soon as I hit Ctrl, and then a key event for
the A.
For the Super key, the shell hold on to wait if it gets the key release that it
iterprets as 'go to overview', so it does not send the modifiers event out. But
then, when another key is pressed, the shell just sends the key, and forgets to
send out the Super modifier first.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20160415/388daf8e/attachment.html>
More information about the wayland-bugs
mailing list