summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Murphy <hello@itsjamie.dev>2022-10-22 15:11:33 -0700
committerJamie Murphy <hello@itsjamie.dev>2022-10-22 15:11:33 -0700
commita88cdbe433474df4fb8ad6ddfb2e26078ae6e57c (patch)
tree2b53c25cc2d740ea22cc3b997f1ebe7a0ff370cb
parentca5ec7e4f09b88baa789946be2a1455a29cbb805 (diff)
downloadgnome-todo-a88cdbe433474df4fb8ad6ddfb2e26078ae6e57c.tar.gz
shortcuts-dialog: Add Alt->Up and Alt->Down to shortcut list
They were always supported, just not in the dialog. Hard to find out they existed
-rw-r--r--src/gui/shortcuts-dialog.ui16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/gui/shortcuts-dialog.ui b/src/gui/shortcuts-dialog.ui
index b2fcfb68..869dcf01 100644
--- a/src/gui/shortcuts-dialog.ui
+++ b/src/gui/shortcuts-dialog.ui
@@ -42,11 +42,27 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
+ <property name="title" translatable="yes" context="shortcut window">Move to the panel/view up</property>
+ <property name="accelerator">&lt;Alt&gt;Up</property>
+ </object>
+ </child>
+
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">True</property>
<property name="title" translatable="yes" context="shortcut window">Move to the panel/view below</property>
<property name="accelerator">&lt;Control&gt;Page_Down</property>
</object>
</child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">True</property>
+ <property name="title" translatable="yes" context="shortcut window">Move to the panel/view below</property>
+ <property name="accelerator">&lt;Alt&gt;Down</property>
+ </object>
+ </child>
+
</object>
</child>