Skip to content

Commit

Permalink
Fix ATOK commit_selected_segment
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwarat committed Jun 5, 2010
1 parent 9c70d6b commit cf6bba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/anthyprefs.py.in
Expand Up @@ -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'],
Expand Down

0 comments on commit cf6bba8

Please sign in to comment.