From 5fcfbf1c7539ae9aa02d6ccc575567cb7f4bf2f7 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Fri, 14 Oct 2022 17:35:10 +0200 Subject: [PATCH] Add shortcut to docs, and fix broken link --- docs/source/int_customise.rst | 2 +- docs/source/usage_shortcuts.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/int_customise.rst b/docs/source/int_customise.rst index c5c26e3b..f77cc9cc 100644 --- a/docs/source/int_customise.rst +++ b/docs/source/int_customise.rst @@ -71,5 +71,5 @@ On Windows, file extensions may not be visible by default, so make sure you only extension, and don't end up with two. The QSS files are Qt Style Sheet files. See Qt's -`The Style Sheet Syntax `_` documentation for more +`The Style Sheet Syntax `_ documentation for more details. diff --git a/docs/source/usage_shortcuts.rst b/docs/source/usage_shortcuts.rst index e9e7bb36..7a321bcc 100644 --- a/docs/source/usage_shortcuts.rst +++ b/docs/source/usage_shortcuts.rst @@ -47,6 +47,7 @@ The main shorcuts are as follows: ":kbd:`Ctrl`:kbd:`H`", "Open the search and replace bar and search for the selected word, if any is selected. (On Mac, this is :kbd:`Cmd`:kbd:`=`.)" ":kbd:`Ctrl`:kbd:`I`", "Format selected text, or word under cursor, with emphasis (italic)." ":kbd:`Ctrl`:kbd:`K`", "Activate the insert commands. The commands are listed in :ref:`a_kb_ins`." + ":kbd:`Ctrl`:kbd:`L`", "Open the :guilabel:`Quick Links` menu in the Project Tree." ":kbd:`Ctrl`:kbd:`N`", "Create new project item." ":kbd:`Ctrl`:kbd:`O`", "Open selected document." ":kbd:`Ctrl`:kbd:`Q`", "Exit novelWriter."