Skip to content

[BUG] Use e.key instead of e.code in getKeyString(e) for proper numpad navigation support #482

@hospotho

Description

@hospotho

getKeyString(e) in WebUtils.mjs uses e.code, which returns physical key names. This breaks expected behavior: numpad arrow keys, PageUp/Down, Home/End etc. produce different strings than their main-keyboard equivalents, so they don't share the same functionality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions