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

--- Comment #1 from Olivier Fourdan <[email protected]> ---
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.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to