[totem] main: Add help shortcut to the list



commit e1dd78e106e4f29e82ca26117f97c7c680383efe
Author: Sabri Ünal <libreajans gmail com>
Date:   Thu Feb 17 16:22:25 2022 +0100

    main: Add help shortcut to the list

 data/shortcuts.ui | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/data/shortcuts.ui b/data/shortcuts.ui
index 151f5a74c..34658891e 100644
--- a/data/shortcuts.ui
+++ b/data/shortcuts.ui
@@ -14,6 +14,13 @@
           <object class="GtkShortcutsGroup" id="general">
             <property name="visible">1</property>
             <property name="title" translatable="yes" context="shortcut window">General</property>
+            <child>
+              <object class="GtkShortcutsShortcut" id="help">
+                <property name="visible">1</property>
+                <property name="accelerator">F1</property>
+                <property name="title" translatable="yes" context="shortcut window">Show help</property>
+              </object>
+            </child>
             <child>
               <object class="GtkShortcutsShortcut" id="show-help-overlay">
                 <property name="visible">1</property>


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