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

Method isInSelKeys

python/cinbase/__init__.py:2726–2730  ·  view source on GitHub ↗
(self, cbTS, charCode)

Source from the content-addressed store, hash-verified

2724
2725 # 判斷選字鍵?
2726 def isInSelKeys(self, cbTS, charCode):
2727 for key in cbTS.selKeys:
2728 if ord(key) == charCode:
2729 return True
2730 return False
2731
2732 # 一般字元轉全形
2733 def charCodeToFullshape(self, cbTS, charCode, keyCode):

Callers 1

onKeyDownMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected