def _keyPressed(self, ch, scimoz, style_info):
     res = self._doKeyPressHere(ch, scimoz, style_info)
     if res is None:
         return koHTMLLanguageBase._keyPressed(self, ch, scimoz, style_info)
     return res
 def _keyPressed(self, ch, scimoz, style_info):
     res = self._doKeyPressHere(ch, scimoz, style_info)
     if res is None:
         return koHTMLLanguageBase._keyPressed(self, ch, scimoz, style_info)
     return res