GNOME Bugzilla – Bug 738238
wayland-keyboard: Send modifiers after the key event
Last modified: 2014-10-10 16:32:29 UTC
See http://lists.x.org/archives/xorg-devel/2014-July/043110.html
Created attachment 288139 [details] [review] wayland-keyboard: Send modifiers after the key event The key event should be interpreted by clients with the modifier state as it was before the event itself just as in X11 input events. Achieving this in wayland is a matter of sending the key event first and the modifiers after (if needed). This isn't really specified in the wayland protocol but it matches weston's behavior and should avoid corner cases in clients.
Review of attachment 288139 [details] [review]: Looks good.
Attachment 288139 [details] pushed as 4040a70 - wayland-keyboard: Send modifiers after the key event