Skip to content

Commit 7cab424

Browse files
author
CodeWhale Bot
committed
docs(tui): spell out question-sheet scroll shortcuts
Show the complete Alt+arrow bindings in the question-sheet table and explain Ctrl+arrow and Shift+arrow aliases in the sheet-specific prose. Standalone modifier labels were being advertised as chords by the catalog drift check. The existing drift check and the global help catalog remain intact. Validation: npm test: 66 wrapper + 9 SDK + 446 web passed, 0 failed. npm run check:web passed: 0 errors, 2 existing img warnings. git diff --check passed. The prior local/macOS full suite had 15,358 passed and only the catalog documentation check failed; Linux had 15,350 passed and the same single failure. The complete final-commit sweep follows.
1 parent 4cb95e3 commit 7cab424

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/KEYBINDINGS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,14 @@ reveal content.
263263
| `Esc` | Cancel the whole question request |
264264
| `PageUp` / `PageDown` | Scroll the transcript while keeping the sheet open |
265265
| `Home` / `End` | Go to the start / latest part of the transcript |
266-
| `Ctrl`, `Alt`, or `Shift` + `` / `` | Scroll the transcript three lines |
266+
| `Alt+` / `Alt+` | Scroll the transcript three lines |
267267
| Mouse wheel above the sheet | Scroll the transcript; side work surfaces keep their own input |
268268
| Mouse wheel over the sheet | Browse the question content without changing the answer or highlight |
269269

270+
While the question sheet is open, `Ctrl+↑` / `Ctrl+↓` and `Shift+↑` / `Shift+↓`
271+
also scroll the transcript three lines. Plain arrows continue to move the option
272+
highlight.
273+
270274
After wheel browsing, option navigation or typing brings the highlighted option
271275
or custom-response text back into view. Transcript scroll keys work in both
272276
option selection and custom-response typing.

0 commit comments

Comments
 (0)