The Custom Shortcut dialog currently misses modifier chords on macOS and Windows-key layouts.
Repro:
- Open the Custom Shortcut dialog.
- Press Cmd+ or Option+ on macOS, or the Windows key with another key on Windows.
- 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.
The Custom Shortcut dialog currently misses modifier chords on macOS and Windows-key layouts.
Repro:
Expected:
This blocks some custom shortcut bindings from being configured on macOS and on keyboards that use the Windows key as the command/meta modifier.