summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-08-03 11:20:13 +0800
committerPeng Wu <alexepico@gmail.com>2012-08-03 11:20:13 +0800
commit64056479636f9d28d2f56036ebd86e6448401d11 (patch)
tree372f703d2272c6d50a9595f35e9a7ae38c9876e8
parentb30095a04e11dca7d377d6938f27d1a04a56e128 (diff)
downloadibus-libpinyin-64056479636f9d28d2f56036ebd86e6448401d11.tar.gz
fixes processFunctionKey
-rw-r--r--src/PYPPhoneticEditor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PYPPhoneticEditor.cc b/src/PYPPhoneticEditor.cc
index 1cc3306..6ff6293 100644
--- a/src/PYPPhoneticEditor.cc
+++ b/src/PYPPhoneticEditor.cc
@@ -156,7 +156,7 @@ LibPinyinPhoneticEditor::processFunctionKey (guint keyval, guint keycode, guint
case IBUS_Right:
case IBUS_KP_Right:
- moveCursorToEnd ();
+ moveCursorRightByWord ();
return TRUE;
default: