MCPcopy Create free account
hub / github.com/EasyIME/PIME / toggleShapeMode

Method toggleShapeMode

python/cinbase/__init__.py:2523–2528  ·  view source on GitHub ↗
(self, cbTS)

Source from the content-addressed store, hash-verified

2521
2522 # 切換全形/半形
2523 def toggleShapeMode(self, cbTS):
2524 if cbTS.shapeMode == HALFSHAPE_MODE:
2525 cbTS.shapeMode = FULLSHAPE_MODE
2526 elif cbTS.shapeMode == FULLSHAPE_MODE:
2527 cbTS.shapeMode = HALFSHAPE_MODE
2528 self.updateLangButtons(cbTS)
2529
2530
2531 # 依照目前輸入法狀態,更新語言列顯示

Callers 2

onPreservedKeyMethod · 0.95
onCommandMethod · 0.95

Calls 1

updateLangButtonsMethod · 0.95

Tested by

no test coverage detected