From fc4de10b5e1a8a168fc44ddb6533ae048bd51dd6 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 9 Mar 2026 21:47:25 -0700 Subject: [PATCH] Capitilize ID as it is now capitliazed in shortcut keys --- source/3/3.2/3.2.13/shortcut_keys.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.2/3.2.13/shortcut_keys.rst b/source/3/3.2/3.2.13/shortcut_keys.rst index 4fedb04e..fb077822 100644 --- a/source/3/3.2/3.2.13/shortcut_keys.rst +++ b/source/3/3.2/3.2.13/shortcut_keys.rst @@ -14,7 +14,7 @@ You can **Remove** a keyboard shortcut by selecting the shortcut from the keyboa You can **Add** a new keyboard shortcut clicking the :guilabel:`Add` button. The shortcut field will be blank, click the :guilabel:`Shortcut` button to start the countdown, then press the **keyboard shortcut combination** you want to assign. Write a short description of what the keyboard shortcut does, for example "start drop down terminal", or "increases screen brightness" in the :guilabel:`Description` field so you know what this shortcut does in the future. To make this execute a terminal command select the :guilabel:`Command` radio button and enter the command. To restore keyboard shortcuts to default press the :guilabel:`Default` button. -To see what previous keyboard shortcuts use their are several columns to see what keyboard shortcuts do. To see what number of each keyboard shortcut look at the :guilabel:`Id` column. To see what keyboard to press look at the :guilabel:`Shortcut` column. To see what the shortcut does look at the :guilabel:`Description` column. To see what type of keyboard shortcut view the :guilabel:`Type` column. To see what command or what the shortcut will do view the :guilabel:`Info` column. +To see what previous keyboard shortcuts use their are several columns to see what keyboard shortcuts do. To see what number of each keyboard shortcut look at the :guilabel:`ID` column. To see what keyboard to press look at the :guilabel:`Shortcut` column. To see what the shortcut does look at the :guilabel:`Description` column. To see what type of keyboard shortcut view the :guilabel:`Type` column. To see what command or what the shortcut will do view the :guilabel:`Info` column. The :guilabel:`Multiple actions behavior` field changes what to do if you have multiple shortcuts bound to the same key. If you had both qterminal and qps launch with :kbd:`Control + ALT + Del` Selecting :menuselection:`First` on :guilabel:`Multiple actions behavior` will launch qterminal. Selecting :menuselection:`Last` on :guilabel:`Multiple actions behavior` will launch qps. To launch both qps and qterminal select :menuselection:`All` from :guilabel:`Multiple actions behavior`.To have neither qps or qterminal open select :menuselection:`None` from :guilabel:`Multiple actions behavior`.