[evince] help: document shortcuts to navigate the history



commit 09bf2306cf0837a0f5f4085ce4178fb1828239af
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Wed Jul 11 23:47:52 2018 -0400

    help: document shortcuts to navigate the history
    
    Reorganize the sections to reduce empty areas.
    
    Fixes #858

 shell/help-overlay.ui | 117 ++++++++++++++++++++++++++------------------------
 1 file changed, 62 insertions(+), 55 deletions(-)
---
diff --git a/shell/help-overlay.ui b/shell/help-overlay.ui
index 2e9e29de..3ceb4046 100644
--- a/shell/help-overlay.ui
+++ b/shell/help-overlay.ui
@@ -115,61 +115,61 @@
         <child>
           <object class="GtkShortcutsGroup">
             <property name="visible">True</property>
-            <property name="title" translatable="yes" context="shortcut window">Moving around the 
document</property>
+            <property name="title" translatable="yes" context="shortcut window">Rotating and 
zooming</property>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Move around a 
page</property>
-                <property name="accelerator">Left Up Down Right</property>
+                <property name="title" translatable="yes" context="shortcut window">Rotate the page 90 
degrees counter-clockwise</property>
+                <property name="accelerator">&lt;Primary&gt;Left</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Move around a 
page</property>
-                <property name="accelerator">h k j l</property>
+                <property name="title" translatable="yes" context="shortcut window">Rotate the page 90 
degrees clockwise</property>
+                <property name="accelerator">&lt;Primary&gt;Right</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Move up/down a page 
several lines at a time</property>
-                <property name="accelerator">Page_Up Page_Down</property>
+                <property name="title" translatable="yes" context="shortcut window">Zoom in</property>
+                <property name="accelerator">&lt;Primary&gt;plus</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Go to previous/next 
page</property>
-                <property name="accelerator">p n</property>
+                <property name="title" translatable="yes" context="shortcut window">Zoom out</property>
+                <property name="accelerator">&lt;Primary&gt;minus</property>
               </object>
-            </child>
+                 </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Go to page 
number</property>
-                <property name="accelerator">&lt;Primary&gt;L</property>
+                <property name="title" translatable="yes" context="shortcut window">Zoom 1:1</property>
+                <property name="accelerator">&lt;Primary&gt;0</property>
               </object>
             </child>
-            <child>
+                 <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Go to the beginning/end 
of a page</property>
-                <property name="accelerator">Home End</property>
+                <property name="title" translatable="yes" context="shortcut window">Fit page</property>
+                <property name="accelerator">f</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Go to the beginning of 
the document</property>
-                <property name="accelerator">&lt;Primary&gt;Home</property>
+                <property name="title" translatable="yes" context="shortcut window">Fit width</property>
+                <property name="accelerator">w</property>
               </object>
-            </child>
-            <child>
+                 </child>
+                 <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Go to the end of the 
document</property>
-                <property name="accelerator">&lt;Primary&gt;End</property>
+                <property name="title" translatable="yes" context="shortcut window">Automatic zoom</property>
+                <property name="accelerator">a</property>
               </object>
             </child>
           </object>
@@ -178,89 +178,96 @@
         <child>
           <object class="GtkShortcutsGroup">
             <property name="visible">True</property>
-            <property name="title" translatable="yes" context="shortcut window">Finding text</property>
+            <property name="title" translatable="yes" context="shortcut window">Moving around the 
document</property>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Show the search 
bar</property>
-                <property name="accelerator">&lt;Primary&gt;F</property>
+                <property name="title" translatable="yes" context="shortcut window">Move around a 
page</property>
+                <property name="accelerator">Left Up Down Right</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Go to the next search 
result</property>
-                <property name="accelerator">&lt;Primary&gt;G</property>
+                <property name="title" translatable="yes" context="shortcut window">Move around a 
page</property>
+                <property name="accelerator">h k j l</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Go to the previous 
search result</property>
-                <property name="accelerator">&lt;Primary&gt;&lt;shift&gt;G</property>
+                <property name="title" translatable="yes" context="shortcut window">Move up/down a page 
several lines at a time</property>
+                <property name="accelerator">Page_Up Page_Down</property>
               </object>
             </child>
-          </object>
-        </child>
-
-        <child>
-          <object class="GtkShortcutsGroup">
-            <property name="visible">True</property>
-            <property name="title" translatable="yes" context="shortcut window">Rotating and 
zooming</property>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Rotate the page 90 
degrees counter-clockwise</property>
-                <property name="accelerator">&lt;Primary&gt;Left</property>
+                <property name="title" translatable="yes" context="shortcut window">Go to previous/next 
page</property>
+                <property name="accelerator">p n</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Rotate the page 90 
degrees clockwise</property>
-                <property name="accelerator">&lt;Primary&gt;Right</property>
+                <property name="title" translatable="yes" context="shortcut window">Go to previous/next page 
visited</property>
+                <property name="accelerator">&lt;Alt&gt;P &lt;Alt&gt;N</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Zoom in</property>
-                <property name="accelerator">&lt;Primary&gt;plus</property>
+                <property name="title" translatable="yes" context="shortcut window">Go to page 
number</property>
+                <property name="accelerator">&lt;Primary&gt;L</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Zoom out</property>
-                <property name="accelerator">&lt;Primary&gt;minus</property>
+                <property name="title" translatable="yes" context="shortcut window">Go to the beginning/end 
of a page</property>
+                <property name="accelerator">Home End</property>
               </object>
-                 </child>
+            </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Zoom 1:1</property>
-                <property name="accelerator">&lt;Primary&gt;0</property>
+                <property name="title" translatable="yes" context="shortcut window">Go to the beginning of 
the document</property>
+                <property name="accelerator">&lt;Primary&gt;Home</property>
               </object>
             </child>
-                 <child>
+            <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Fit page</property>
-                <property name="accelerator">f</property>
+                <property name="title" translatable="yes" context="shortcut window">Go to the end of the 
document</property>
+                <property name="accelerator">&lt;Primary&gt;End</property>
               </object>
             </child>
+          </object>
+        </child>
+
+        <child>
+          <object class="GtkShortcutsGroup">
+            <property name="visible">True</property>
+            <property name="title" translatable="yes" context="shortcut window">Finding text</property>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Fit width</property>
-                <property name="accelerator">w</property>
+                <property name="title" translatable="yes" context="shortcut window">Show the search 
bar</property>
+                <property name="accelerator">&lt;Primary&gt;F</property>
               </object>
-                 </child>
-                 <child>
+            </child>
+            <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="title" translatable="yes" context="shortcut window">Automatic zoom</property>
-                <property name="accelerator">a</property>
+                <property name="title" translatable="yes" context="shortcut window">Go to the next search 
result</property>
+                <property name="accelerator">&lt;Primary&gt;G</property>
+              </object>
+            </child>
+            <child>
+              <object class="GtkShortcutsShortcut">
+                <property name="visible">True</property>
+                <property name="title" translatable="yes" context="shortcut window">Go to the previous 
search result</property>
+                <property name="accelerator">&lt;Primary&gt;&lt;shift&gt;G</property>
               </object>
             </child>
           </object>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]