docs: add keyboard shortcuts for Russian layouts to the docs
This commit is contained in:
@@ -29,10 +29,16 @@ yarn add @tiptap/extension-history
|
|||||||
### Undo
|
### Undo
|
||||||
* Windows/Linux: `Control` `Z`
|
* Windows/Linux: `Control` `Z`
|
||||||
* macOS: `Cmd` `Z`
|
* macOS: `Cmd` `Z`
|
||||||
|
#### Russian keyboard layouts
|
||||||
|
* Windows/Linux: `Control` `я`
|
||||||
|
* macOS: `Cmd` `я`
|
||||||
|
|
||||||
### Redo
|
### Redo
|
||||||
* Windows/Linux: `Shift` `Control` `Z` or `Control` `Y`
|
* Windows/Linux: `Shift` `Control` `Z` or `Control` `Y`
|
||||||
* macOS: `Shift` `Cmd` `Z` or `Cmd` `Y`
|
* macOS: `Shift` `Cmd` `Z` or `Cmd` `Y`
|
||||||
|
#### Russian keyboard layouts
|
||||||
|
* Windows/Linux: `Shift` `Control` `я`
|
||||||
|
* macOS: `Shift` `Cmd` `я`
|
||||||
|
|
||||||
## Source code
|
## Source code
|
||||||
[packages/extension-history/](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-history/)
|
[packages/extension-history/](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-history/)
|
||||||
|
|||||||
Reference in New Issue
Block a user