Skip to content

Modifier Behavior on Key Release Inconsistent #68

@AustinMReppert

Description

@AustinMReppert

When releasing a modifier key like control, the modifiers reported are different.

windows:
Keyboard event: KeyboardEvent { state: Up, key: Named(Control), code: ControlLeft, location: Left, modifiers: Modifiers(0x0), repeat: false, is_composing: false }

web:
Keyboard event: KeyboardEvent { state: Up, key: Named(Control), code: ControlLeft, location: Left, modifiers: Modifiers(CONTROL), repeat: false, is_composing: false }

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