Skip to content

Show Cmd and Option in shortcut hints on Apple platforms - #520

Merged
mtaanquist merged 1 commit into
developfrom
fix/mac-shortcut-labels
Jul 30, 2026
Merged

Show Cmd and Option in shortcut hints on Apple platforms#520
mtaanquist merged 1 commit into
developfrom
fix/mac-shortcut-labels

Conversation

@mtaanquist

Copy link
Copy Markdown
Owner

Post-v3.17.0 fix: the quick-note hint said "Ctrl+Enter" and the editor's TODO hint "Ctrl+Alt+M" on every platform. Both now use the existing $lib/keys helper, which gains altLabel() (Option on Apple keyboards) beside modLabel(). The shortcuts help article's convention line now covers Option too, and planning.md spells the Mac quick-note combo as Cmd+Option+N.

Verified locally: lint, check, keys unit tests, notes.spec.

🤖 Generated with Claude Code

The quick-note hint and the editor's TODO hint hardcoded Ctrl and Alt;
they now read the platform labels from the existing keys helper, which
gains altLabel beside modLabel. The shortcuts article's convention line
covers Option too.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@mtaanquist
mtaanquist merged commit 7e61baa into develop Jul 30, 2026
3 checks passed
@mtaanquist
mtaanquist deleted the fix/mac-shortcut-labels branch July 30, 2026 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant