From 3c4a2f83e39174a1661c29556ea6a73e629d896c Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sun, 26 Jul 2020 14:36:12 +0200 Subject: [PATCH] Updated documentation --- docs/source/interface.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/interface.rst b/docs/source/interface.rst index 2cf0cc15..ff694efd 100644 --- a/docs/source/interface.rst +++ b/docs/source/interface.rst @@ -183,6 +183,7 @@ These are as following: On macOS, replace :kbd:`Ctrl` with :kbd:`Cmd`. A set of insert features are also available through shortcuts, but they require a double combination of shortcuts. +The insert feature is activated with :kbd:`Ctrl-K`, followed by a key for the inserted character or punctuation. .. csv-table:: Keyboard Shortcuts :header: "Shortcut", "Description" @@ -191,6 +192,10 @@ A set of insert features are also available through shortcuts, but they require ":kbd:`Ctrl-K, -`", "Insert a short dash (en dash)." ":kbd:`Ctrl-K, _`", "Insert a long dash (em dash)." ":kbd:`Ctrl-K, .`", "Insert ellipsis." + ":kbd:`Ctrl-K, 1`", "Insert left single quote." + ":kbd:`Ctrl-K, 2`", "Insert right single quote." + ":kbd:`Ctrl-K, 3`", "Insert left double quote." + ":kbd:`Ctrl-K, 4`", "Insert right double quote." ":kbd:`Ctrl-K, Return`", "Insert a hard line break." ":kbd:`Ctrl-K, Space`", "Insert a non-breaking space." ":kbd:`Ctrl-K, Shift-Space`", "Insert a thin space."