From 2d9a9c2b22d58c19e7270c0c0674ef028b13fe3d Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 8 Aug 2020 15:03:09 +0200 Subject: [PATCH] Updated documentation on shortcuts --- docs/source/interface.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/interface.rst b/docs/source/interface.rst index 2a04329e..5d5f8114 100644 --- a/docs/source/interface.rst +++ b/docs/source/interface.rst @@ -362,8 +362,9 @@ Most features are available as keyboard shortcuts. These are as follows: ":kbd:`F9`", "Re-build the project index." ":kbd:`F10`", "Re-build the project outline." ":kbd:`F11`", "Activate full screen mode." + ":kbd:`Shift`:kbd:`F1`", "Open the online documentation in the system default browser." ":kbd:`Shift`:kbd:`F3`", "Find previous occurrence of search word in current document. (Same as :kbd:`Ctrl`:kbd:`Shift`:kbd:`G`)" - ":kbd:`Enter`", "If in the project tree, open a document for editing." + ":kbd:`Return`", "If in the project tree, open a document for editing." .. note:: On macOS, replace :kbd:`Ctrl` with :kbd:`Cmd`.