From ba3497a130257cc8ceb4f9842fe410717339db89 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Thu, 21 Nov 2019 14:36:07 +0100 Subject: [PATCH] Updated documentation --- docs/source/interface.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/source/interface.txt b/docs/source/interface.txt index 7a0ccca0..3703bf22 100644 --- a/docs/source/interface.txt +++ b/docs/source/interface.txt @@ -60,10 +60,16 @@ These are as following: :header: "Shortcut", "Description" :widths: 15, 50 + ":kbd:`Alt-1`", "Switch focus to tree view pane." + ":kbd:`Alt-2`", "Switch focus to document editor pane." + ":kbd:`Alt-3`", "Switch focus to document viewer pane." ":kbd:`Ctrl-.`", "Correct word under cursor." - ":kbd:`Ctrl-1`", "Switch focus to tree view pane." - ":kbd:`Ctrl-2`", "Switch focus to document editor pane." - ":kbd:`Ctrl-3`", "Switch focus to document viewer pane." + ":kbd:`Ctrl-/`", "Change block format to comment." + ":kbd:`Ctrl-0`", "Remove block formatting for block under cursor." + ":kbd:`Ctrl-1`", "Change block format to header level 1." + ":kbd:`Ctrl-2`", "Change block format to header level 2." + ":kbd:`Ctrl-3`", "Change block format to header level 3." + ":kbd:`Ctrl-4`", "Change block format to header level 4." ":kbd:`Ctrl-A`", "Select all text in document." ":kbd:`Ctrl-B`", "Format selected text, or word under cursor, as bold." ":kbd:`Ctrl-C`", "Copy selected text to clipboard." @@ -89,6 +95,7 @@ These are as following: ":kbd:`Ctrl-Del`", "If in tree view, move a document to trash, or delete a folder." ":kbd:`Ctrl-Enter`", "Open the tag or reference under the cursor in the view panel." ":kbd:`Ctrl-Shift-,`", "Change project settings." + ":kbd:`Ctrl-Shift-/`", "Remove block formatting for block under cursor." ":kbd:`Ctrl-Shift-1`", "Replace occurrence of word in current document, and search for next occurrence." ":kbd:`Ctrl-Shift-A`", "Select all text in current paragraph." ":kbd:`Ctrl-Shift-D`", "Wrap selected text, or word under cursor, in single quotes."