Skip to content

Commit

Permalink
Update keyboard-shortcuts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis authored Oct 1, 2024
1 parent ff8cbfe commit a6d4e1e
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions docs/keyboard-shortcuts.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Keyboard shortcuts

| Action | Shortcut |
| ------------------- | ------------------------- |
| Toggle command menu | <kbd>⌘</kbd> <kbd>K</kbd> |
| Open new note | <kbd>⌘</kbd> <kbd>I</kbd> |
| Action | Shortcut |
| --------------------- | ------------------------- |
| Toggle command menu | <kbd>⌘</kbd> <kbd>K</kbd> |
| Create new note | <kbd>⌘</kbd> <kbd>I</kbd> |

**With focus inside a note card...**

| Action | Shortcut |
| --------------------- | -------------------------------------- |
| Open note action menu | <kbd>⌘</kbd> <kbd>.</kbd> |
| Edit note | <kbd>E</kbd> |
| Save and close edit | <kbd>⌘</kbd> <kbd>↵</kbd> |
| Copy note markdown | <kbd>⌘</kbd> <kbd>C</kbd> |
| Copy note ID | <kbd>⌘</kbd> <kbd>⇧</kbd> <kbd>C</kbd> |
| Delete note | <kbd>⌘</kbd> <kbd>⌫</kbd> |
| Action | Shortcut |
| ---------------------------------- | -------------------------------------- |
| Switch between viewing and editing | <kbd>⌘</kbd> <kbd>E</kbd> |
| Save and finish editing | <kbd>⌘</kbd> <kbd>↵</kbd> |
| Save and continue editing | <kbd>⌘</kbd> <kbd>S</kbd> |
| Copy note markdown | <kbd>⌘</kbd> <kbd>C</kbd> |
| Copy note ID | <kbd>⌘</kbd> <kbd>⇧</kbd> <kbd>C</kbd> |
| Delete note | <kbd>⌘</kbd> <kbd>⌫</kbd> |
| Open note action menu | <kbd>⌘</kbd> <kbd>.</kbd> |

0 comments on commit a6d4e1e

Please sign in to comment.