Skip to content

Commit

Permalink
fix(help-overlay): gestures RTL<=>LTR
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr committed Nov 16, 2023
1 parent cc43ad8 commit e593f87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/gtk/help-overlay.ui
Original file line number Diff line number Diff line change
Expand Up @@ -135,28 +135,28 @@
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="direction">GTK_TEXT_DIR_LTR</property>
<property name="direction">GTK_TEXT_DIR_RTL</property>
<property name="title" translatable="yes" context="shortcut window">Previous Attachment</property>
<property name="shortcut-type">gesture-two-finger-swipe-left</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="direction">GTK_TEXT_DIR_RTL</property>
<property name="direction">GTK_TEXT_DIR_LTR</property>
<property name="title" translatable="yes" context="shortcut window">Next Attachment</property>
<property name="shortcut-type">gesture-two-finger-swipe-left</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="direction">GTK_TEXT_DIR_RTL</property>
<property name="direction">GTK_TEXT_DIR_LTR</property>
<property name="title" translatable="yes" context="shortcut window">Previous Attachment</property>
<property name="shortcut-type">gesture-two-finger-swipe-right</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="direction">GTK_TEXT_DIR_LTR</property>
<property name="direction">GTK_TEXT_DIR_RTL</property>
<property name="title" translatable="yes" context="shortcut window">Next Attachment</property>
<property name="shortcut-type">gesture-two-finger-swipe-right</property>
</object>
Expand Down

0 comments on commit e593f87

Please sign in to comment.