-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Ctrl sometimes gets "stuck" on X11 #3388
Copy link
Copy link
Closed
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedDS - x11Affects the X11 backend, or generally free Unix platformsAffects the X11 backend, or generally free Unix platforms
Milestone
Description
This was reported in
The neovide_rCURRENT.log is huge, by contains all key presses reported by Winit, and the modifier states. Search for KeyEvent and ModifiersState or filter by [neovide::window::keyboard_manager]
The key up event is received, but the modifier state is not updated. The modifiers are reported strange in other ways as well, for example shortly after, when super is pressed it alternates between super and no modifiers state.
I suspect this is some kind of timing issue, since it only happens on certain file types, and Neovide does not have any file type specific handling.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedDS - x11Affects the X11 backend, or generally free Unix platformsAffects the X11 backend, or generally free Unix platforms