Description
The CommandPalette lists available commands but does not show their associated keyboard shortcuts alongside them. Users cannot discover shortcut bindings from the palette, forcing them to consult external documentation.
Acceptance Criteria
Context
- Target file:
src/components/CommandPalette.tsx
- Shortcut data lives in
src/context/ShortcutRegistry.tsx
Description
The
CommandPalettelists available commands but does not show their associated keyboard shortcuts alongside them. Users cannot discover shortcut bindings from the palette, forcing them to consult external documentation.Acceptance Criteria
⌘K,Ctrl+N) right-aligned in the row<kbd>elementContext
src/components/CommandPalette.tsxsrc/context/ShortcutRegistry.tsx