Skip to content

Commit

Permalink
docs: complete hard break shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
svenadlung committed Sep 4, 2023
1 parent 4b7f8d7 commit 7832b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/keyboard-shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Most of the core extensions register their own keyboard shortcuts. Depending on
| Paste without formatting | `Control` `Shift` `V` | `Cmd` `Shift` `V` |
| Undo | `Control` `Z` | `Cmd` `Z` |
| Redo | `Control` `Shift` `Z` | `Cmd` `Shift` `Z` |
| Add a line break | `Shift`&nbsp;`Enter` | `Shift`&nbsp;`Enter`&nbsp;,<br />`Cmd`&nbsp;`Enter` |
| Add a line break | `Shift`&nbsp;`Enter`<br>`Control`&nbsp;`Enter` | `Shift`&nbsp;`Enter`&nbsp;<br>`Cmd`&nbsp;`Enter` |

### Text Formatting
| Command | Windows/Linux | macOS |
Expand Down

0 comments on commit 7832b96

Please sign in to comment.