Rapid key presses are missed in Hyprland #11245
Unanswered
nazya
asked this question in
Bugs - Input
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Rapid key presses simulated by keyd are not processed correctly in Hyprland. The events are missed in
wev
, but the same setup works fine in TTY and Sway.I’m also noticing missing touchpad clicks. It seems related to higher CPU load, but I’m not sure and can not confirm that it is related to Hyprland.
Steps to Reproduce
Simulate rapid key presses using keyd, e.g.
capslock=macro(test1234567890 space test1234567890)
In wev I can also see that some press/release events are missing.
Environment
Hyprland -v
But I saw this in previous versions too.
sway -v
Additional Information
I am experienced with HID and TinyUSB and I observed the same issue when was sending reports before HID was ready.
Beta Was this translation helpful? Give feedback.
All reactions