]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/commitdiff
Add keyboard+click commands to the Handbook. https://redmine.stoutner.com/issues...
authorSoren Stoutner <soren@stoutner.com>
Mon, 29 May 2023 21:48:41 +0000 (14:48 -0700)
committerSoren Stoutner <soren@stoutner.com>
Mon, 29 May 2023 21:48:41 +0000 (14:48 -0700)
doc/index.docbook

index 8a883681f82a94ced4b87921b935b53c5d676b84..6723d008304182ddd296a612ef306a8a0b8f0a42 100644 (file)
         <title>Other Commands</title>
 
         <variablelist>
+          <!-- Open link in new tab. -->
+          <varlistentry id="new-tab">
+            <term>
+              <command>
+                &Ctrl;+&Shift;+Click
+              </command>
+            </term>
+
+            <listitem>
+              <para>
+                Open link in new tab. This performs the same action as right-clicking on the link and selecting “Open link in new tab”.
+              </para>
+            </listitem>
+          </varlistentry>
+
+          <!-- Open link in background tab. -->
+          <varlistentry id="new-background-tab">
+            <term>
+              <command>
+                &Ctrl;+Click
+              </command>
+            </term>
+
+            <listitem>
+              <para>
+                Open link in new background tab. This performs the same action as right-clicking on the link and selecting “Open link in new background tab”.
+              </para>
+            </listitem>
+          </varlistentry>
+
+          <!-- Open link in new window. -->
+          <varlistentry id="new-window">
+            <term>
+              <command>
+                &Shift;+Click
+              </command>
+            </term>
+
+            <listitem>
+              <para>
+                Open link in new window. This performs the same action as right-clicking on the link and selecting “Open link in new window”.
+              </para>
+            </listitem>
+          </varlistentry>
+
+          <!-- Save link. -->
+          <varlistentry id="save-link">
+            <term>
+              <command>
+                &Alt;+Click
+              </command>
+            </term>
+
+            <listitem>
+              <para>
+                Save link. This performs the same action as right-clicking on the link and selecting “Save link”.
+              </para>
+            </listitem>
+          </varlistentry>
+
           <!-- F11. -->
           <varlistentry id="f11">
             <term>