Skip to content

Ctrl sometimes gets "stuck" on X11 #3388

@fredizzimo

Description

@fredizzimo

This was reported in

neovide/neovide#2228

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    B - bugDang, that shouldn't have happenedDS - x11Affects the X11 backend, or generally free Unix platforms

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions