Keyboard Shortcuts
A full reference for Glacier's keyboard shortcuts. Most shortcuts work anywhere in the app unless otherwise noted.
Global
| Shortcut | Action |
|---|
⌘K | Open command palette |
⌘⇧T | Toggle light / dark theme |
? | Open help panel |
Command palette (⌘K)
The command palette is the fastest way to navigate and create. Type to search across:
- Projects and pages (board, docs, metrics, settings)
- Cards — jump directly to a card by title or card ID (e.g.
GLACIE-42)
- Actions — create card, create doc, invite member
Board
| Shortcut | Action |
|---|
Escape | Close card detail panel |
Doc editor
| Shortcut | Action |
|---|
/ | Open slash command menu |
⌘Z | Undo |
⌘⇧Z | Redo |
⌘B | Bold |
⌘I | Italic |
⌘⇧X | Strikethrough |
⌘E | Inline code |
⌘⇧H | Highlight |
Tab | Indent list item |
⇧Tab | Outdent list item |
Comments
| Shortcut | Action |
|---|
⌘Enter or Ctrl+Enter | Submit comment |
@ | Trigger mention picker |
↑ / ↓ | Navigate mention suggestions |
Enter or Tab | Select mention |
Escape | Dismiss mention picker |
Slash commands (doc editor)
Type / on a new line to open the command menu:
| Command | Result |
|---|
/h1 or /heading 1 | Heading 1 |
/h2 or /heading 2 | Heading 2 |
/h3 or /heading 3 | Heading 3 |
/bullet or /ul | Bullet list |
/numbered or /ol | Numbered list |
/todo or /task | Task list (checkboxes) |
/code | Code block |
/quote | Block quote |
/divider | Horizontal rule |