From fa1c79a1da0f371acd7d916fe7398bbdd2976e26 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sun, 16 Aug 2020 14:28:04 +0200 Subject: [PATCH] Add the alternative redo sequence Ctrl+Shift+Z to the documentation --- docs/source/interface.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/interface.rst b/docs/source/interface.rst index 5d5f8114..770b7d59 100644 --- a/docs/source/interface.rst +++ b/docs/source/interface.rst @@ -350,6 +350,7 @@ Most features are available as keyboard shortcuts. These are as follows: ":kbd:`Ctrl`:kbd:`Shift`:kbd:`R`", "Close the document viewer." ":kbd:`Ctrl`:kbd:`Shift`:kbd:`S`", "Save the current project." ":kbd:`Ctrl`:kbd:`Shift`:kbd:`W`", "Close the current project." + ":kbd:`Ctrl`:kbd:`Shift`:kbd:`Z`", "Alternative sequence for redo last undo." ":kbd:`Ctrl`:kbd:`Shift`:kbd:`Up`", "Move item one step up in the project tree." ":kbd:`Ctrl`:kbd:`Shift`:kbd:`Down`", "Move item one step down in the project tree." ":kbd:`F1`", "Open the documentation. This will either open the Qt Assistant, if available, or send you to the documentation website."