Blame SOURCES/0002-help-overlay.ui-Add-three-shortcuts.patch

9a84e9
From df0c7e7e2475c05acac5bb491788e72eb5b850cb Mon Sep 17 00:00:00 2001
9a84e9
From: =?UTF-8?q?Sabri=20=C3=9Cnal?= <libreajans@gmail.com>
9a84e9
Date: Fri, 3 Apr 2020 15:17:28 +0300
9a84e9
Subject: [PATCH 2/2] help-overlay.ui: Add three shortcuts
9a84e9
9a84e9
F1: Show help
9a84e9
Ctrl+question: Keyboard shortcuts
9a84e9
Ctrl+e: Export logs to a file
9a84e9
---
9a84e9
 data/help-overlay.ui | 23 ++++++++++++++++++++++-
9a84e9
 1 file changed, 22 insertions(+), 1 deletion(-)
9a84e9
9a84e9
diff --git a/data/help-overlay.ui b/data/help-overlay.ui
9a84e9
index 881503e..4427e7c 100644
9a84e9
--- a/data/help-overlay.ui
9a84e9
+++ b/data/help-overlay.ui
9a84e9
@@ -1,42 +1,63 @@
9a84e9
 <interface domain="gnome-logs">
9a84e9
     <object class="GtkShortcutsWindow" id="help_overlay">
9a84e9
         <child>
9a84e9
             <object class="GtkShortcutsSection">
9a84e9
                 <property name="visible">True</property>
9a84e9
                 <child>
9a84e9
                     <object class="GtkShortcutsGroup">
9a84e9
                         <property name="title" translatable="yes" context="shortcut window">General</property>
9a84e9
                         <property name="visible">True</property>
9a84e9
                         <child>
9a84e9
                             <object class="GtkShortcutsShortcut">
9a84e9
                                 <property name="accelerator"><Primary>n</property>
9a84e9
                                 <property name="title" translatable="yes" context="shortcut window">Open a new window</property>
9a84e9
                                 <property name="visible">True</property>
9a84e9
                             </object>
9a84e9
                         </child>
9a84e9
                         <child>
9a84e9
                             <object class="GtkShortcutsShortcut">
9a84e9
                                 <property name="accelerator"><Primary>w</property>
9a84e9
                                 <property name="title" translatable="yes" context="shortcut window">Close a window</property>
9a84e9
                                 <property name="visible">True</property>
9a84e9
                             </object>
9a84e9
                         </child>
9a84e9
+                        <child>
9a84e9
+                            <object class="GtkShortcutsShortcut">
9a84e9
+                                <property name="accelerator">F1</property>
9a84e9
+                                <property name="title" translatable="yes" context="shortcut window">Show help</property>
9a84e9
+                                <property name="visible">True</property>
9a84e9
+                            </object>
9a84e9
+                        </child>
9a84e9
+                        <child>
9a84e9
+                            <object class="GtkShortcutsShortcut">
9a84e9
+                                <property name="accelerator"><Primary>question</property>
9a84e9
+                                <property name="title" translatable="yes" context="shortcut window">Keyboard shorcuts</property>
9a84e9
+                                <property name="visible">True</property>
9a84e9
+                            </object>
9a84e9
+                        </child>
9a84e9
                     </object>
9a84e9
                 </child>
9a84e9
                 <child>
9a84e9
                     <object class="GtkShortcutsGroup">
9a84e9
-                        <property name="title" translatable="yes" context="shortcut window">Search</property>
9a84e9
+                        <property name="title" translatable="yes" context="shortcut window">Application</property>
9a84e9
                         <property name="visible">True</property>
9a84e9
                         <child>
9a84e9
                             <object class="GtkShortcutsShortcut">
9a84e9
                                 <property name="accelerator"><Primary>f</property>
9a84e9
                                 <property name="title" translatable="yes" context="shortcut window">Find</property>
9a84e9
                                 <property name="visible">True</property>
9a84e9
                             </object>
9a84e9
                         </child>
9a84e9
+                        <child>
9a84e9
+                            <object class="GtkShortcutsShortcut">
9a84e9
+                                <property name="accelerator"><Primary>e</property>
9a84e9
+                                <property name="title" translatable="yes" context="shortcut window">Export logs to a file</property>
9a84e9
+                                <property name="visible">True</property>
9a84e9
+                            </object>
9a84e9
+                        </child>
9a84e9
                     </object>
9a84e9
                 </child>
9a84e9
             </object>
9a84e9
         </child>
9a84e9
     </object>
9a84e9
 </interface>
9a84e9
-- 
9a84e9
2.35.1
9a84e9