Severity: Major
Description
Commands in the palette have descriptive hint text but no keyboard shortcut labels. Users cannot discover that Ctrl+A | splits vertical, Ctrl+A z zooms, etc. The command palette is the primary discoverability surface and should teach shortcuts.
Location
crates/wmux-app/frontend/command-palette.js:6-23 (COMMANDS array, no shortcut field)
Suggestion
Add a shortcut field to each command and render it as a right-aligned <kbd> style badge in the palette results, e.g. Ctrl+A | for Split Vertical.
Severity: Major
Description
Commands in the palette have descriptive
hinttext but no keyboard shortcut labels. Users cannot discover thatCtrl+A |splits vertical,Ctrl+A zzooms, etc. The command palette is the primary discoverability surface and should teach shortcuts.Location
crates/wmux-app/frontend/command-palette.js:6-23(COMMANDS array, no shortcut field)Suggestion
Add a
shortcutfield to each command and render it as a right-aligned<kbd>style badge in the palette results, e.g.Ctrl+A |for Split Vertical.