summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJeremias Ortega <jeremias@ortega.tech>2022-01-08 18:49:33 -0600
committerJeremias Ortega <jeremias@ortega.tech>2022-01-08 18:49:33 -0600
commit161aedf725101443c516b263efb26da3ce5c171d (patch)
treea85322d848244923e4b0a46f5eeebb3c6314f8ad /data
parent43d6d52a727dcbe45a9f0bec3734a41139ac0feb (diff)
downloadeog-161aedf725101443c516b263efb26da3ce5c171d.tar.gz
Shortcuts: Update shortcuts
Since we moved to a scrolled window some shortcuts were added by it. This updates the help and cleans some old code.
Diffstat (limited to 'data')
-rw-r--r--data/help-overlay.ui23
1 files changed, 11 insertions, 12 deletions
diff --git a/data/help-overlay.ui b/data/help-overlay.ui
index 827828af..87e2fe46 100644
--- a/data/help-overlay.ui
+++ b/data/help-overlay.ui
@@ -119,21 +119,21 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="accelerator">plus</property>
+ <property name="accelerator">plus &lt;Ctrl&gt;plus</property>
<property name="title" translatable="yes" context="shortcut window">Zoom in</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="accelerator">minus</property>
+ <property name="accelerator">minus &lt;Ctrl&gt;minus</property>
<property name="title" translatable="yes" context="shortcut window">Zoom out</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="accelerator">1</property>
+ <property name="accelerator">1 &lt;Ctrl&gt;0</property>
<property name="title" translatable="yes" context="shortcut window">Actual size</property>
</object>
</child>
@@ -186,7 +186,7 @@
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="direction">GTK_TEXT_DIR_LTR</property>
- <property name="accelerator">Left</property>
+ <property name="accelerator">Left &lt;Alt&gt;Left</property>
<property name="title" translatable="yes" context="shortcut window">Go to the previous image in the folder</property>
</object>
</child>
@@ -194,7 +194,7 @@
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="direction">GTK_TEXT_DIR_RTL</property>
- <property name="accelerator">Right</property>
+ <property name="accelerator">Right &lt;Alt&gt;Right</property>
<property name="title" translatable="yes" context="shortcut window">Go to the previous image in the folder</property>
</object>
</child>
@@ -202,7 +202,7 @@
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="direction">GTK_TEXT_DIR_LTR</property>
- <property name="accelerator">Right</property>
+ <property name="accelerator">Right &lt;Alt&gt;Right</property>
<property name="title" translatable="yes" context="shortcut window">Go to the next image in the folder</property>
</object>
</child>
@@ -210,7 +210,7 @@
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="direction">GTK_TEXT_DIR_RTL</property>
- <property name="accelerator">Left</property>
+ <property name="accelerator">Left &lt;Alt&gt;Left</property>
<property name="title" translatable="yes" context="shortcut window">Go to the next image in the folder</property>
</object>
</child>
@@ -346,28 +346,28 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="accelerator">&lt;Alt&gt;Left</property>
+ <property name="accelerator">&lt;Ctrl&gt;Left &lt;Ctrl&gt;Page_Up &lt;Ctrl&gt;Home</property>
<property name="title" translatable="yes" context="shortcut window">Scroll left in a large image</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="accelerator">&lt;Alt&gt;Right</property>
+ <property name="accelerator">&lt;Ctrl&gt;Right &lt;Ctrl&gt;Page_Down &lt;Ctrl&gt;End</property>
<property name="title" translatable="yes" context="shortcut window">Scroll right in a large image</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="accelerator">&lt;Alt&gt;Up</property>
+ <property name="accelerator">&lt;Ctrl&gt;Up Page_Up Home</property>
<property name="title" translatable="yes" context="shortcut window">Scroll up in a large image</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="accelerator">&lt;Alt&gt;Down</property>
+ <property name="accelerator">&lt;Ctrl&gt;Down Page_Down End</property>
<property name="title" translatable="yes" context="shortcut window">Scroll down in a large image</property>
</object>
</child>
@@ -376,5 +376,4 @@
</object>
</child>
</object>
-
</interface>