[evince] shell: Mention hjkl shortcuts in help overlay



commit edbd86c7174ebbbf41a0598fd6827be0bc349f44
Author: Hashem Nasarat <hashem riseup net>
Date:   Wed Feb 10 01:07:19 2016 -0500

    shell: Mention hjkl shortcuts in help overlay
    
    They're certainly less intuitive than the direction arrows so there's
    more reason to include them in the Keyboard Shortcuts overlay.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761803

 shell/help-overlay.ui |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/shell/help-overlay.ui b/shell/help-overlay.ui
index 60489ae..1bf86bd 100644
--- a/shell/help-overlay.ui
+++ b/shell/help-overlay.ui
@@ -89,6 +89,13 @@
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
+                <property name="title" translatable="yes" context="shortcut window">Move up/down 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">Move up/down a page 
several lines at a time</property>
                 <property name="accelerator">Page_Up Page_Down</property>
               </object>


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