From d52af5b71e46d437a4c963722fcb8f9404ef7cdb Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 14 Jul 2021 23:51:30 +0200 Subject: [PATCH] docs: add keyboard shortcuts for Russian layouts to the docs --- docs/src/docPages/api/extensions/history.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/docPages/api/extensions/history.md b/docs/src/docPages/api/extensions/history.md index 9d820cbf..171ab68b 100644 --- a/docs/src/docPages/api/extensions/history.md +++ b/docs/src/docPages/api/extensions/history.md @@ -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/)