After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 757888 - ShortcutsWindow: Support different keyboard shortcuts for LTR vs RTL locales
ShortcutsWindow: Support different keyboard shortcuts for LTR vs RTL locales
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
3.19.x
Other All
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 757539
 
 
Reported: 2015-11-10 14:29 UTC by Debarshi Ray
Modified: 2015-11-15 03:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Debarshi Ray 2015-11-10 14:29:16 UTC
In gnome-documents (see bug 757539) we have a keyboard shortcut for going back from the preview to the list/grid of documents. In LTR, it is alt+left, while in RTL it is alt+right.

Currently there is no way to specify this in GtkShortcutsWindow.
Comment 1 Matthias Clasen 2015-11-10 14:35:53 UTC
One suggestion would be to add a text-direction property to GtkShortcutsShortcut (and GtkShortcutsGesture ?), and filter the shown shortcuts by the current text direction. The property would have a default value of GTK_TEXT_DIRECTION_NONE with meaning: show always.