format keyboard shortcuts

This commit is contained in:
Hans Pagel
2020-09-24 17:27:26 +02:00
parent 5f470d8851
commit 063e268479
15 changed files with 80 additions and 80 deletions

View File

@@ -23,15 +23,15 @@ yarn add @tiptap/extension-history
## Keyboard shortcuts
### Undo
* Windows & Linux: `Control` + `Z`
* macOS: `Command` + `Z`
* Windows & Linux: `Control ` `Z`
* macOS: `Command ` `Z`
### Redo
* Windows & Linux: `Shift` + `Control` + `Z`
* macOS: `Shift` + `Command` + `Z`
* Windows & Linux: `Shift ` `Control ` `Z`
* macOS: `Shift ` `Command ` `Z`
## Source code
[packages/extension-history/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-history/)
## Usage
<demo name="Extensions/History" highlight="3-8,20,39" />
<demo name="Extensions/History" highlight="3-8,20,39" />