summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Riemann <friemann@gnome.org>2020-03-31 20:28:50 +0000
committerFelix Riemann <friemann@gnome.org>2020-03-31 20:28:50 +0000
commit110d0b9a08e48e04e4899cda91d07bc6aac03e47 (patch)
treea42199823df24d738bc8416633fb9a1ce6676bf3
parent061e4db07dea32e572b1c62460baf3625100534b (diff)
parentfda521c07c9144d30c1ce1fb356ec277d158bfce (diff)
downloadeog-110d0b9a08e48e04e4899cda91d07bc6aac03e47.tar.gz
Merge branch 'wip/fix-rtl-nav-shortcuts' into 'master'
help-overlay: Fix next/previous image shortcuts for RTL languages Closes #116 See merge request GNOME/eog!50
-rw-r--r--data/help-overlay.ui18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/help-overlay.ui b/data/help-overlay.ui
index 8035ab14..49943cb8 100644
--- a/data/help-overlay.ui
+++ b/data/help-overlay.ui
@@ -167,6 +167,7 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
+ <property name="direction">GTK_TEXT_DIR_LTR</property>
<property name="accelerator">Left</property>
<property name="title" translatable="yes" context="shortcut window">Go to the previous image in the folder</property>
</object>
@@ -174,7 +175,24 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
+ <property name="direction">GTK_TEXT_DIR_RTL</property>
<property name="accelerator">Right</property>
+ <property name="title" translatable="yes" context="shortcut window">Go to the previous image in the folder</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="direction">GTK_TEXT_DIR_LTR</property>
+ <property name="accelerator">Right</property>
+ <property name="title" translatable="yes" context="shortcut window">Go to the next image in the folder</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="direction">GTK_TEXT_DIR_RTL</property>
+ <property name="accelerator">Left</property>
<property name="title" translatable="yes" context="shortcut window">Go to the next image in the folder</property>
</object>
</child>