summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2010-06-05 13:58:21 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2010-06-05 13:58:21 +0900
commitcf6bba87884933cc8d0f96b11b63dd12eae0eee2 (patch)
tree7319a6c3506d79974c0404686cdd868d810eba96
parent9c70d6ba2c3f346add0fa72fc55ca7899b5fc98e (diff)
downloadibus-anthy-cf6bba87884933cc8d0f96b11b63dd12eae0eee2.tar.gz
Fix ATOK commit_selected_segment
https://bugs.launchpad.net/ubuntu-jp-improvement/+bug/582036
-rw-r--r--setup/anthyprefs.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/anthyprefs.py.in b/setup/anthyprefs.py.in
index 65ca0db..8fb5586 100644
--- a/setup/anthyprefs.py.in
+++ b/setup/anthyprefs.py.in
@@ -335,7 +335,7 @@ _shortcut_atok = {
'select_last_segment': ['Ctrl+Right'],
'expand_segment': ['Right', 'Ctrl+L'],
'shrink_segment': ['Left', 'Ctrl+K'],
- 'commit_selected_segment': ['Down'],
+ 'commit_selected_segment': ['Down', 'Ctrl+N'],
'candidates_page_up': ['Shift+Henkan', 'Page_Up'],
'candidates_page_down': ['Henkan', 'Page_Down'],