]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - doc/index.docbook
Add view page source controls. https://redmine.stoutner.com/issues/1022
[PrivacyBrowserPC.git] / doc / index.docbook
index fbad58acd7079e1985191a5da70fdda89fcd9451..f8b1136902b1077f8722c74e2fb9edd4c15690ac 100644 (file)
 
             <listitem>
               <para>
-                Reload the website in the current tab bypassing any information in the cache and loading everything from the server.
+                Reload the website in the current tab bypassing any information in the cache and loading everything from the webserver.
+              </para>
+            </listitem>
+          </varlistentry>
+
+          <!-- View Source. -->
+          <varlistentry id="view-source">
+            <term>
+              <menuchoice>
+                <shortcut>
+                  <keycombo action="simul">&Ctrl;<keycap>U</keycap></keycombo>
+                </shortcut>
+                <guimenu>View</guimenu>
+                <guimenuitem>View Source</guimenuitem>
+              </menuchoice>
+            </term>
+
+            <listitem>
+              <para>
+                Toggle between viewing the source and viewing the rendered website.
+              </para>
+            </listitem>
+          </varlistentry>
+
+          <!-- View Source in New Tab. -->
+          <varlistentry id="view-source-in-new-tab">
+            <term>
+              <menuchoice>
+                <shortcut>
+                  <keycombo action="simul">&Ctrl;&Shift;<keycap>U</keycap></keycombo>
+                </shortcut>
+                <guimenu>View</guimenu>
+                <guimenuitem>View Source in New Tab></guimenuitem>
+              </menuchoice>
+            </term>
+
+            <listitem>
+              <para>
+                Open a new tab displaying the source of the current tab, or a new tab displaying the rendered version if the source is already displayed. Note that right-clicking on the background of a rendered website will display a context menu with a "View page source" entry, which performs the first of these actions.
               </para>
             </listitem>
           </varlistentry>