01
Overview
Grouped keyboard-shortcut reference that renders key combos via Kbd with accessible labels not reliant only on visual keycaps.
Usage
Guidance
Use When
- Displaying a reference panel of keyboard shortcuts grouped by feature area.
- Embedding a shortcut table inside a modal, drawer, popover, or help page.
Avoid When
- Showing a single inline shortcut hint — use shortcut-hint instead.
Keyboard Shortcuts
General
- Open command palette
- Control plus K
- Search
- Control plus F
- Go back
- Alt plus Left arrow
Editing
- Save
- Control plus S
- Undo
- Control plus Z
- Redo
- Control plus Shift plus Z
02
When to use
Use when
- Displaying a reference panel of keyboard shortcuts grouped by feature area.
- Embedding a shortcut table inside a modal, drawer, popover, or help page.
Avoid when
- Showing a single inline shortcut hint — use shortcut-hint instead.
03
Examples
Command palette shortcuts reference
A grouped shortcut reference panel suitable for embedding in a modal or sheet.
04
Props
Name | Type | Default | Description |
|---|---|---|---|
groups required | KeyboardShortcutGroup[] | Groups of shortcuts to display. | |
heading | text | Optional heading for the entire shortcuts panel. | |
children | snippet | Snippet rendered above all groups. |