summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTero Gusto <regit@mailbox.org>2022-02-12 15:51:58 +0000
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2022-02-12 15:51:58 +0000
commit99d452bc89293a65e5592f836c58418538be7141 (patch)
tree7ec595adac2d9134fa04c31c18921ae083404347
parent71d5cd95e700fee8084895b8b65b6935feb81f72 (diff)
downloadnautilus-99d452bc89293a65e5592f836c58418538be7141.tar.gz
help-overlay: Add arrow keys to Keyboard Shortcuts
Adds description for Left & Right arrow keys to Keyboard Shortcuts documentation. Fixes https://gitlab.gnome.org/GNOME/nautilus/-/issues/2081
-rw-r--r--src/resources/gtk/help-overlay.ui14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/resources/gtk/help-overlay.ui b/src/resources/gtk/help-overlay.ui
index 5f4c689c1..3cc4f10f1 100644
--- a/src/resources/gtk/help-overlay.ui
+++ b/src/resources/gtk/help-overlay.ui
@@ -311,6 +311,20 @@
</object>
</child>
<child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">True</property>
+ <property name="title" translatable="yes" context="shortcut window">Expand folder</property>
+ <property name="accelerator">Right</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">True</property>
+ <property name="title" translatable="yes" context="shortcut window">Collapse folder</property>
+ <property name="accelerator">Left</property>
+ </object>
+ </child>
+ <child>
<object class="GtkShortcutsGroup">
<property name="visible">True</property>
<property name="title" translatable="yes" context="shortcut window">Editing</property>