Daniel, Sebastian:
The problem is indeed in GTK+, in gtk/gtktextview.c line 851 (as of GTK
2.10.6). There is an error in the way the key bindings are set up:
add_move_binding (binding_set, GDK_Right, GDK_CONTROL_MASK,
GTK_MOVEMENT_WORDS, 1);
add_move_binding (binding_set, GDK_KP_Right, GDK_CONTROL_MASK,
GTK_MOVEMENT_WORDS, 1);
add_move_binding (binding_set, GDK_Left, GDK_CONTROL_MASK,
GTK_MOVEMENT_WORDS, -1);
add_move_binding (binding_set, GDK_KP_Left, GDK_CONTROL_MASK,
GTK_MOVEMENT_WORDS, 1); <<---- The last
parameter should be -1
Is this something you can change in the GTK source code, or do I have to submit
this problem and solution elsewhere?
Thanks,
-- Ron.
--
Ctrl+Left Arrow on numpad moves right, not left
https://bugs.launchpad.net/bugs/105335
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs