-
Notifications
You must be signed in to change notification settings - Fork 3.4k
v0.8.67: Add terminal shortcut QA for Hotbar Alt-number behavior #3758
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationreliabilityReliability, flaky behavior, retries, fallbacks, and robustnessReliability, flaky behavior, retries, fallbacks, and robustnesstuiTerminal UI behavior, rendering, or interactionTerminal UI behavior, rendering, or interactionuxUser experience, interaction, or presentation polishUser experience, interaction, or presentation polishv0.8.67Targeting v0.8.67Targeting v0.8.67
Milestone
Description
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationreliabilityReliability, flaky behavior, retries, fallbacks, and robustnessReliability, flaky behavior, retries, fallbacks, and robustnesstuiTerminal UI behavior, rendering, or interactionTerminal UI behavior, rendering, or interactionuxUser experience, interaction, or presentation polishUser experience, interaction, or presentation polishv0.8.67Targeting v0.8.67Targeting v0.8.67
Projects
StatusShow more project fields
Backlog
Problem
Hotbar dispatch is intentionally
Alt-1throughAlt-8. The v0.8.66 local candidate now renders that chord in the sidebar and docs, but v0.8.67 still needs real terminal QA so the advertised control matches what users can actually press.Evidence
Alt-numberonly and rejects bare digits,Ctrl-number,Super/Cmd-number,0, and9.F1is already help, andCmd-numberis commonly reserved by terminal apps for tab/window switching.Expected behavior
The Hotbar should feel like a game-style command bar without implying unsupported shortcuts. The visible UI, docs, setup copy, and QA matrix should all say the same thing.
Suggested QA matrix
Alt/Option-1throughAlt/Option-8dispatch when the terminal forwards Meta/Alt.1through8insert text in the composer and do not trigger Hotbar.Cmd-1throughCmd-8and F-keys are not presented as Hotbar shortcuts unless intentionally implemented later.F1remains help.Acceptance criteria
docs/evidence/hotbar-qa-matrix.mdor a linked v0.8.67 QA artifact includes the manual results./hotbar help, docs, and setup copy.Alt-1..8only, no bare digits, no Cmd/F-key implication.Related: #3731, #3408, #3411, #2072, #3395, #3243.