[devhelp/ebassi/issue-27] Display find-next/-prev shortcuts in the help overlay




commit 057bdee378719a0678185276a606349f625107ea
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Apr 13 17:20:26 2021 +0100

    Display find-next/-prev shortcuts in the help overlay
    
    Fixes: #27

 src/help-overlay.ui | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
---
diff --git a/src/help-overlay.ui b/src/help-overlay.ui
index 80eea36c..05e01104 100644
--- a/src/help-overlay.ui
+++ b/src/help-overlay.ui
@@ -26,6 +26,21 @@
                 <property name="title" translatable="yes" context="shortcut window">Find in current 
page</property>
               </object>
             </child>
+            <child>
+              <object class="GtkShortcutsShortcut">
+                <property name="visible">1</property>
+                <property name="accelerator">&lt;Control&gt;G</property>
+                <property name="title" translatable="yes" context="shortcut window">Find the next 
match</property>
+              </object>
+            </child>
+            <child>
+              <object class="GtkShortcutsShortcut">
+                <property name="visible">1</property>
+                <property name="accelerator">&lt;Shift&gt;&lt;Control&gt;G</property>
+                <property name="title" translatable="yes" context="shortcut window">Find the previous 
match</property>
+              </object>
+            </child>
+
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>


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