docs: add keyboard shortcuts for Russian layouts to the docs

This commit is contained in:
Hans Pagel
2021-07-14 23:51:30 +02:00
parent b3cf55d686
commit d52af5b71e

View File

@@ -29,10 +29,16 @@ yarn add @tiptap/extension-history
### Undo
* Windows/Linux: `Control` `Z`
* macOS: `Cmd` `Z`
#### Russian keyboard layouts
* Windows/Linux: `Control` `я`
* macOS: `Cmd` `я`
### Redo
* Windows/Linux: `Shift` `Control` `Z` or `Control` `Y`
* macOS: `Shift` `Cmd` `Z` or `Cmd` `Y`
#### Russian keyboard layouts
* Windows/Linux: `Shift` `Control` `я`
* macOS: `Shift` `Cmd` `я`
## Source code
[packages/extension-history/](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-history/)