Skip to content

Wrong keysym is reported #273

@mad-s

Description

@mad-s

Most keys generate different keysyms depending on modifier state, the most prominent example being the shift key. Winit only does these transformations for text input, but some keyboard layouts like Neo put non-character keys like arrow keys on higher layers. Only the unmodified key gets through and the application is sent a KeyboardInput event with virtual keycodes of L,I,A,E in the case of Neo, but no RecievedCharacter event. Correct behaviour would be to send KeyboardInputs for Up, Left, Down, Right keycodes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions