Rui Matos c39f18c2d4 wayland-keyboard: Don't send pressed keys on enter
We never want to send pressed keys to wayland clients on enter. The
protocol says that we should send them, presumably so that clients can
trigger their own key repeat routine in case they are given focus and
a key is physically pressed.

Unfortunately this causes some clients, in particular Xwayland, to
register key events that they really shouldn't handle, e.g. on an
Alt+Tab keybinding, where Alt is released before Tab, clients would
see Tab being pressed on enter followed by a key release event for
Tab, meaning that Tab would be processed by the client when it really
shouldn't.

Since the use case for the pressed keys array on enter seems weak to
us, we'll just fake that there are no pressed keys instead which
should be spec compliant even if it might not be true.

https://bugzilla.gnome.org/show_bug.cgi?id=727178
2014-10-08 15:26:28 +02:00
2014-09-17 05:37:54 +02:00
2014-10-07 20:42:42 +03:00
2014-03-18 20:37:35 -04:00
2014-09-29 23:13:59 +02:00
2014-07-31 17:50:28 +02:00
2014-09-22 20:12:08 +02:00
Description
94 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%