summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@dfupdate.se>2023-05-03 22:14:14 +0200
committerMarcus Lundblad <ml@dfupdate.se>2023-05-06 23:55:31 +0200
commitfedb8ca1074cc46480fe988028dfbb8c3fd03381 (patch)
treeb74a29433297e27e895fbb44d0492f48db5e999c
parent5e9c97b3d9a6779a03eecece6c549c908fd8a633 (diff)
downloadgnome-maps-fedb8ca1074cc46480fe988028dfbb8c3fd03381.tar.gz
help-overlay: Add shortcuts to control map rotation
-rw-r--r--data/ui/help-overlay.ui18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/ui/help-overlay.ui b/data/ui/help-overlay.ui
index 1feb76ea..1fdfba3d 100644
--- a/data/ui/help-overlay.ui
+++ b/data/ui/help-overlay.ui
@@ -65,6 +65,24 @@
</child>
<child>
<object class="GtkShortcutsShortcut">
+ <property name="title" translatable="yes" context="shortcut window">Rotate clockwise</property>
+ <property name="accelerator">&lt;Primary&gt;Right</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="title" translatable="yes" context="shortcut window">Rotate counter-clockwise</property>
+ <property name="accelerator">&lt;Primary&gt;Left</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="title" translatable="yes" context="shortcut window">Reset rotation</property>
+ <property name="accelerator">&lt;Primary&gt;Up</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
<property name="title" translatable="yes" context="shortcut window">Toggle scale</property>
<property name="accelerator">&lt;Primary&gt;S</property>
</object>