[Wayland-bugs] [Bug 781896] Wayland: Make key repeat more resilient to keys not being released

gtk+ (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 28 12:45:47 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=781896

--- Comment #1 from Olivier Fourdan <ofourdan at redhat.com> ---
Created attachment 350636
  --> https://bugzilla.gnome.org/attachment.cgi?id=350636&action=edit
[PATCH] Wayland: Cancel repeat only on last key press

When pressing multiple keys at once, the last key pressed gets repeated
even after release when an older key is kept depressed.

Pressing "a" then "b" and release "a" will repeat "b" until "a" is
released.

This can be problematic when a key release is not received (e.g. a
keyboard hardware issue that would keep a key pressed), every last key
press is repeated even after the key is released.

Make the Wayland backend more resilient to such possible issue by
stopping key repeat when the last key pressed is released (like Xorg
which doesn't have this issue).

https://bugzilla.gnome.org/show_bug.cgi?id=781896

-- 
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/20170428/6fd7063b/attachment.html>


More information about the wayland-bugs mailing list