Keyboard Shortcuts
Master NoteCove with these keyboard shortcuts.
General
| Action | macOS | Windows/Linux |
|---|
| New note | Cmd+N | Ctrl+N |
| New window | Cmd+Shift+W | Ctrl+Shift+W |
| Close window | Cmd+W | Ctrl+W |
| Settings | Cmd+, | Ctrl+, |
| Quit | Cmd+Q | Ctrl+Q |
Editing
Text Formatting
| Action | macOS | Windows/Linux |
|---|
| Bold | Cmd+B | Ctrl+B |
| Italic | Cmd+I | Ctrl+I |
| Underline | Cmd+U | Ctrl+U |
| Strikethrough | Cmd+Shift+X | Ctrl+Shift+X |
| Code | Cmd+E | Ctrl+E |
| Clear formatting | Cmd+\ | Ctrl+\ |
Lists
| Action | macOS | Windows/Linux |
|---|
| Bullet list | Cmd+Shift+8 | Ctrl+Shift+8 |
| Numbered list | Cmd+Shift+7 | Ctrl+Shift+7 |
| Task list | Cmd+Shift+9 | Ctrl+Shift+9 |
| Indent | Tab | Tab |
| Outdent | Shift+Tab | Shift+Tab |
Headings
| Action | macOS | Windows/Linux |
|---|
| Heading 1 | Cmd+Alt+1 | Ctrl+Alt+1 |
| Heading 2 | Cmd+Alt+2 | Ctrl+Alt+2 |
| Heading 3 | Cmd+Alt+3 | Ctrl+Alt+3 |
| Paragraph | Cmd+Alt+0 | Ctrl+Alt+0 |
Text Manipulation
| Action | macOS | Windows/Linux |
|---|
| Undo | Cmd+Z | Ctrl+Z |
| Redo | Cmd+Shift+Z / Cmd+Y | Ctrl+Shift+Z / Ctrl+Y |
| Cut | Cmd+X | Ctrl+X |
| Copy | Cmd+C | Ctrl+C |
| Paste | Cmd+V | Ctrl+V |
| Select all | Cmd+A | Ctrl+A |
Search
| Action | macOS | Windows/Linux |
|---|
| Global search | Cmd+F | Ctrl+F |
| Find in note | Cmd+Shift+F | Ctrl+Shift+F |
| Find next | Cmd+G | Ctrl+G |
| Find previous | Cmd+Shift+G | Ctrl+Shift+G |
View
| Action | macOS | Windows/Linux |
|---|
| Toggle dark mode | Cmd+Shift+D | Ctrl+Shift+D |
| Toggle folder panel | Cmd+Shift+1 | Ctrl+Shift+1 |
| Toggle tags panel | Cmd+Shift+2 | Ctrl+Shift+2 |
| Toggle notes list | Cmd+Shift+0 | Ctrl+Shift+0 |
| Zoom in | Cmd++ | Ctrl++ |
| Zoom out | Cmd+- | Ctrl+- |
| Reset zoom | Cmd+0 | Ctrl+0 |
| Toggle full screen | Cmd+Ctrl+F | F11 |
| Toggle dev tools | Cmd+Alt+I | Ctrl+Shift+I |
Import & Export
| Action | macOS | Windows/Linux |
|---|
| Import markdown | Cmd+Shift+I | Ctrl+Shift+I |
| Export selected notes | Cmd+Shift+E | Ctrl+Shift+E |
Print
| Action | macOS | Windows/Linux |
|---|
| Print note | Cmd+P | Ctrl+P |
Organization
| Action | macOS | Windows/Linux |
|---|
| Rename | F2 | F2 |
| Delete | Delete | Delete |
Window Management
| Action | macOS | Windows/Linux |
|---|
| Next project window | Cmd+ ` | Ctrl+ ` |
| Previous project window | Cmd+Shift+ ` | Ctrl+Shift+ ` |
Tips
Markdown Shortcuts
NoteCove supports markdown-style shortcuts while typing:
- Type
# + Space for Heading 1
- Type
## + Space for Heading 2
- Type
* + Space for bullet list
- Type
1. + Space for numbered list
- Type
[] + Space for task list
- Type
` for inline code
- Type
**text** for bold
- Type
*text* for italic
Multi-Cursor Editing
Cmd+D / Ctrl+D: Select next occurrence
Cmd+Shift+L / Ctrl+Shift+L: Select all occurrences
Alt+Click: Add cursor at click position
Next Steps