summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@dfupdate.se>2023-04-08 22:50:20 +0200
committerMarcus Lundblad <ml@dfupdate.se>2023-05-17 22:54:45 +0200
commitf27149e0d086520cc9c9cf0b1fbec5a63167e5a8 (patch)
tree7f5da53117f358d19d6b57e4f79ba7f0f835ecd3
parent2c4fca4da4746618044117c7112173a4ba25e1f9 (diff)
downloadgnome-maps-wip/mlundblad/poi-search.tar.gz
help-overlay: Add new shortcutswip/mlundblad/poi-search
-rw-r--r--data/ui/help-overlay.ui12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/ui/help-overlay.ui b/data/ui/help-overlay.ui
index 1fdfba3d..79a957b4 100644
--- a/data/ui/help-overlay.ui
+++ b/data/ui/help-overlay.ui
@@ -24,6 +24,18 @@
</child>
<child>
<object class="GtkShortcutsShortcut">
+ <property name="title" translatable="yes" context="shortcut window">Explore points-of-interest</property>
+ <property name="accelerator">&lt;Primary&gt;&lt;Shift&gt;F</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="title" translatable="yes" context="shortcut window">Show last search results</property>
+ <property name="accelerator">&lt;Primary&gt;R</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
<property name="title" translatable="yes" context="shortcut window">Toggle route planner</property>
<property name="accelerator">&lt;Primary&gt;D</property>
</object>