summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSabri Ünal <libreajans@gmail.com>2022-02-17 16:22:25 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-17 16:54:05 +0100
commite1dd78e106e4f29e82ca26117f97c7c680383efe (patch)
tree348b945ad374a8c462af6188ba5f96d4e77b5c9a /data
parent12b86e422e394f77f557c2e47656a683c4add8d3 (diff)
downloadtotem-e1dd78e106e4f29e82ca26117f97c7c680383efe.tar.gz
main: Add help shortcut to the list
Diffstat (limited to 'data')
-rw-r--r--data/shortcuts.ui7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/shortcuts.ui b/data/shortcuts.ui
index 151f5a74c..34658891e 100644
--- a/data/shortcuts.ui
+++ b/data/shortcuts.ui
@@ -15,6 +15,13 @@
<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>
<property name="accelerator">&lt;Primary&gt;question &lt;Primary&gt;H &lt;Primary&gt;F1</property>