Skip to content

Custom shortcut dialog should capture Cmd/Option/Win chords #113

@matthewcorven

Description

@matthewcorven

The Custom Shortcut dialog currently misses modifier chords on macOS and Windows-key layouts.

Repro:

  1. Open the Custom Shortcut dialog.
  2. Press Cmd+ or Option+ on macOS, or the Windows key with another key on Windows.
  3. Nothing appears in the field; Shift+ does work.

Expected:

  • Modifier chords should be captured from key events, not just plain text entry.
  • Aliases like cmd/command/meta/win/windows and option/opt should normalize to canonical shortcut storage.
  • The UI should display platform-appropriate labels (Cmd/Opt on macOS, Win/Alt on Windows).

This blocks some custom shortcut bindings from being configured on macOS and on keyboards that use the Windows key as the command/meta modifier.

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