GNOME Bugzilla – Bug 302799
ctrl + arrowkeys function reversely in right-to-left locales
Last modified: 2005-05-03 08:45:48 UTC
Please describe the problem: in right-to-left locales, ctrl + right arrowkey is supposed to jump the cursor to the previous word and ctrl + left arrowkey is supposed to jump to the next word. their function is reverse. arrowkeys on their own, however, work properly: the right arrowkey moves towards the begining of the line and the left one moves towards the end. Steps to reproduce: 1. run LANG=fa_IR gedit and choose Persian keyboard. 2. type something with some spaces. 3. hold ctrl and press righ/left keys. Actual results: the curser moved forward in the text with right key and moved backward in the text with left key. Expected results: the curser should have moved backward in the text with right key and should have moved forward in the text with left key. Does this happen every time? yes. Other information:
this behavior comes from GtkTextView, which gedit uses. Reassigning to Gtk+.
actually this is a dupe *** This bug has been marked as a duplicate of 136059 ***