[Wayland-bugs] [Bug 778019] Key repeat under wayland behaves differently, making keyboard navigation e.g. in vim annoyingly unreliable
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Wed Feb 1 14:59:02 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=778019
Olivier Fourdan <ofourdan at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ofourdan at redhat.com
--- Comment #1 from Olivier Fourdan <ofourdan at redhat.com> ---
Key repeat in Wayland in managed by the client - in the case of GTK+, this is
done in gdk/wayland/gdkdevice-wayland.c
The key repeat is stopped as soon a a key is pressed, so if we go like:
key1 press
key1 repeat
key2 press -> key1 repeat stopped
key1 release
-> means the key repeat is stopped even though key2 is still pressed.
--
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/20170201/9dac69f7/attachment.html>
More information about the wayland-bugs
mailing list