summaryrefslogtreecommitdiff
path: root/data/ui
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@dfupdate.se>2023-01-09 22:19:43 +0100
committerMarcus Lundblad <ml@dfupdate.se>2023-01-17 22:33:32 +0100
commit1c4e10e94ee8b993e45039fadcde4b4292928106 (patch)
treec605a70551259469bf30af2702547537a8ac7680 /data/ui
parent4c2dd75ff5c6dbdc39d006fd75aebe6426d5d1aa (diff)
downloadgnome-maps-1c4e10e94ee8b993e45039fadcde4b4292928106.tar.gz
help-overlay: Remove +,= and, - as zoom shortcuts
Show ctrl-+, ctrl-=, and ctrl-minus as the zoom shortcuts. These has always been supported along the "bare" ones. Since +,=, and - as shortcuts where always a bit hacky, there was a sort of workaround to having it working in the GTK 3 days. We're probably better off not using it.
Diffstat (limited to 'data/ui')
-rw-r--r--data/ui/help-overlay.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/ui/help-overlay.ui b/data/ui/help-overlay.ui
index cbf62705..1feb76ea 100644
--- a/data/ui/help-overlay.ui
+++ b/data/ui/help-overlay.ui
@@ -54,13 +54,13 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes" context="shortcut window">Zoom in</property>
- <property name="accelerator">plus equal</property>
+ <property name="accelerator">&lt;Primary&gt;plus &lt;Primary&gt;equal</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes" context="shortcut window">Zoom out</property>
- <property name="accelerator">minus</property>
+ <property name="accelerator">&lt;Primary&gt;minus</property>
</object>
</child>
<child>