GNOME Bugzilla – Bug 705862
MetaWaylandKeyboard: use the new clutter-evdev support for xkbcommon
Last modified: 2013-08-30 08:39:00 UTC
We need to track the full xkb_state to have the necessary information to send to the clients, otherwise they may get confused and lock or invert the modifiers. In the evdev backend, we just retrieve the same state object that clutter is using, while in the other backends we fake the state using what clutter is providing (which is a subset of what X11 provides, which would be necessary to have full state)
Created attachment 251392 [details] [review] MetaWaylandKeyboard: use the new clutter-evdev support for xkbcommon
since the clutter patches have landed, I guess this is ripe for review now
Yes, this would be very much needed for 3.10, otherwise keyboard input can be very funny.
Review of attachment 251392 [details] [review]: OK.
Attachment 251392 [details] pushed as 519a06b - MetaWaylandKeyboard: use the new clutter-evdev support for xkbcommon
Had to revert, this depends on the bare metal work, otherwise it won't build.
Attachment 251392 [details] pushed as 59b274f - MetaWaylandKeyboard: use the new clutter-evdev support for xkbcommon