wlroots icon indicating copy to clipboard operation
wlroots copied to clipboard

Cleanup pressed keys when keyboard disappears

Open emersion opened this issue 6 years ago • 0 comments

  1. Create a script that chvt 2; sleep 5; chvt 1
  2. Run it as root on tty in a wlroots compositor, press the key slowly (so that it's still pressed when the VT switch happens)
  3. wlroots removes the input device, but the key is still pressed from the clients' POV
  4. Because of key repeat, a lot of newline characters appear in the terminal

wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to:

https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/1630

emersion avatar Mar 22 '19 14:03 emersion