summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSabri Ünal <libreajans@gmail.com>2020-04-03 15:17:28 +0300
committerJonathan Kang <jonathankang@gnome.org>2020-07-27 07:11:44 +0000
commitc6cb15e5c670dc3945be4ccc3b7e4a4d42ebc6e1 (patch)
tree0cee01c60324aa7d1216d9ad5e173987a7390d2a /data
parent7616c3a6d0cf56a15436a550b5dfe4bb9bc51a8f (diff)
downloadgnome-logs-c6cb15e5c670dc3945be4ccc3b7e4a4d42ebc6e1.tar.gz
help-overlay.ui: Add three shortcuts
F1: Show help Ctrl+question: Keyboard shortcuts Ctrl+e: Export logs to a file
Diffstat (limited to 'data')
-rw-r--r--data/help-overlay.ui23
1 files changed, 22 insertions, 1 deletions
diff --git a/data/help-overlay.ui b/data/help-overlay.ui
index 881503e..4427e7c 100644
--- a/data/help-overlay.ui
+++ b/data/help-overlay.ui
@@ -21,11 +21,25 @@
<property name="visible">True</property>
</object>
</child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="accelerator">F1</property>
+ <property name="title" translatable="yes" context="shortcut window">Show help</property>
+ <property name="visible">True</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="accelerator">&lt;Primary&gt;question</property>
+ <property name="title" translatable="yes" context="shortcut window">Keyboard shorcuts</property>
+ <property name="visible">True</property>
+ </object>
+ </child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
- <property name="title" translatable="yes" context="shortcut window">Search</property>
+ <property name="title" translatable="yes" context="shortcut window">Application</property>
<property name="visible">True</property>
<child>
<object class="GtkShortcutsShortcut">
@@ -34,6 +48,13 @@
<property name="visible">True</property>
</object>
</child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="accelerator">&lt;Primary&gt;e</property>
+ <property name="title" translatable="yes" context="shortcut window">Export logs to a file</property>
+ <property name="visible">True</property>
+ </object>
+ </child>
</object>
</child>
</object>