format keyboard shortcuts
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user