Improve macOS layout shortcuts for v0.3.4 - #3
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4b09d1d2fa
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "View: F3 Focus · F4 Big text · F6 Theme · F7/F8 Size 1–5", | ||
| "Reading: Alt+L Line spacing 1–3 · F5 Page width (Alt+P alternate)", | ||
| "Reading: F5 Page width · Shift+F5 Line spacing 1–3", | ||
| "Alternates: macOS Option+P/L · Windows/Linux Alt+P/L", |
There was a problem hiding this comment.
Keep alternate shortcuts from displacing primary help
On terminals 15–16 rows high, draw_help can display only 8–9 content lines and always truncates from the end. Inserting this optional alternate-shortcut line before the Sound and Other lines therefore makes the F10 guidance disappear at 15 rows and the quit/help guidance disappear at 16 rows; previously those lines were visible at those respective heights. Move or combine the alternate notation so primary controls remain reachable in short-terminal help.
Useful? React with 👍 / 👎.
What changed
Why
macOS terminals may not deliver Option+L consistently, and the document started flush against the top edge when big text was disabled. Modifier labels also needed to match the physical keys users see on each operating system.
Validation