Ejemplo n.º 1
0
 def process_key(self, string, keyval):
     uni_keyval = unichr(keyval)
     if self.old_string:
         return BoGo.process_key(string, uni_keyval)
     else:
         return uni_keyval
Ejemplo n.º 2
0
 def process_key(self, string, keyval):
     uni_keyval = unichr(keyval)
     if self.old_string:
         return BoGo.process_key(string, uni_keyval)
     else:
         return uni_keyval
Ejemplo n.º 3
0
 def commit_tcvn3(self, string):
     tcvn3_string = BoGo.utf8_to_tcvn3(string)
     self.commit_text(IBus.Text.new_from_string(tcvn3_string))
Ejemplo n.º 4
0
 def commit_tcvn3(self, string):
     tcvn3_string = BoGo.utf8_to_tcvn3(string)
     self.commit_text(IBus.Text.new_from_string(tcvn3_string))