Skip to content

Commit

Permalink
Don't switch to initial input mode when reset (Issue#32).
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno committed May 31, 2011
1 parent 0b01eeb commit 056c2a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/engine.py
Expand Up @@ -533,11 +533,11 @@ def focus_out(self):
# self.commit_text(ibus.Text(u''))
self.__lookup_table.clean()
self.__update()
self.reset()
self.__skk.reset()

def reset(self):
self.__skk.reset()
self.__skk.activate_input_mode(self.__initial_input_mode)
self.__skk.activate_input_mode(self.__input_mode)

def property_activate(self, prop_name, state):
# print "PropertyActivate(%s, %d)" % (prop_name, state)
Expand Down

0 comments on commit 056c2a4

Please sign in to comment.