Skip to content

Commit

Permalink
Update after Up.
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno committed Dec 4, 2009
1 parent f4e58c9 commit 547338d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/engine.py
Expand Up @@ -192,6 +192,7 @@ def process_key_event(self, keyval, keycode, state):
return True
elif keyval == keysyms.Up:
self.__skk.previous_candidate()
self.__update()
return True
elif keyval == keysyms.Down or keyval == keysyms.space:
self.__skk.next_candidate()
Expand Down

0 comments on commit 547338d

Please sign in to comment.