Skip to content

Mac: Option+H produces ˙ instead of triggering shortcut #455

Description

@srinathshrestha

On macOS, Option+H is mapped to the ˙ dead key by the default keyboard layout, so the shortcut never fires. Tested on macOS Chromium Engine Version 146.0.7680.80
I've submitted a PR (#453) that addresses this by replacing e.key with e.code === 'KeyH', which targets the physical key position rather than the character output

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