Keyboard Shortcuts
Quick reference for all keyboard shortcuts in CoachKeeper.
Global shortcuts
These work from anywhere in the app. Press Cmd/Ctrl + K at any time to see this list in-app.
| Shortcut | Action |
|---|---|
Alt + I (or Cmd/Ctrl + I) | Open Quick Capture |
Alt + 1 (or Cmd/Ctrl + 1) | Switch to a fresh Notes view |
Alt + 2 (or Cmd/Ctrl + 2) | Switch to a fresh Todos view |
Alt + 3 (or Cmd/Ctrl + 3) | Switch to Calendar |
Alt + 4 (or Cmd/Ctrl + 4) | Switch to Sources |
Alt + S (or Cmd/Ctrl + S) | Open the search / command palette |
Alt + / (or Cmd/Ctrl + /) | Toggle the chat sidebar |
Cmd/Ctrl + T | Toggle the Today view |
Cmd/Ctrl + K | Open the keyboard shortcuts panel (in Settings) |
Cmd/Ctrl + H | Open the onboarding tour (in Settings) |
Cmd/Ctrl + Z | Undo the last action (app-wide) |
Cmd/Ctrl + Shift + Z or Cmd/Ctrl + Y | Redo |
Escape | Close the chat sidebar |
Two things worth knowing about how these behave:
- The
Altshortcuts also acceptCmd/Ctrl— muscle memory from either convention works. - While you’re typing in a note, input, or the chat box, the
Altshortcuts and app-wide undo/redo stay out of your way (soCmd + Igives you italic, and undo applies to your text).Cmd + T,Cmd + K, andCmd + Hwork everywhere, even mid-sentence.
Editor shortcuts
These work inside the note/capture editor:
| Shortcut | Action |
|---|---|
Cmd/Ctrl + B | Bold |
Cmd/Ctrl + I | Italic |
Cmd/Ctrl + E | Inline code |
Cmd/Ctrl + Shift + X | Strikethrough |
Cmd/Ctrl + Alt + 1…4 | Heading 1–4 |
Cmd/Ctrl + F | Open find & replace (Note mode) |
Cmd/Ctrl + Z | Undo (in the editor) |
Cmd/Ctrl + Shift + Z | Redo (in the editor) |
There is no insert-link shortcut — Cmd + K always opens the shortcuts panel, even while editing. To add a link, paste a URL over selected text. Pasting a bare URL on its own line turns it into a rich link-preview card instead.
Markdown shortcuts (typed in editor)
| Type this | Result |
|---|---|
# | Heading 1 |
## | Heading 2 |
### | Heading 3 |
#### | Heading 4 |
- or * | Bullet list |
1. | Numbered list |
[] | Todo chip |
> | Blockquote |
--- | Horizontal rule |
``` | Code block |
/ | Slash command menu |
Chat shortcuts
| Shortcut | Action |
|---|---|
Enter | Send message (on mobile, Enter adds a line break — send with the button) |
Shift + Enter | Line break in message |
@ | Open mention autocomplete |
Tips
- Alt+I is your fastest entry point. From anywhere in the app, capture a thought, create a task, or schedule an event — all in natural language.
- Editor shortcuts follow standard conventions. If it works in Google Docs, it probably works here.
- The slash command menu (
/) is the fastest way to insert blocks: images, code, math, tables. []for inline todo chips is unique to CoachKeeper — a linked task reference right in your text.