Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ isKeyToggled
Method
isKeyToggled
python/textService.py:48–49 ·
view source on GitHub ↗
(self, code)
Source
from the content-addressed store, hash-verified
46
return
(self.keyStates[code] & (1 << 7)) != 0
47
48
def
isKeyToggled(self, code):
49
return
(self.keyStates[code] & 1) != 0
50
51
def
isChar(self):
52
return
(self.charCode != 0)
Callers
7
filterKeyDown
Method · 0.80
onKeyDown
Method · 0.80
translateKeyCode
Function · 0.80
translateModifiers
Function · 0.80
filterKeyDown
Method · 0.80
onKeyDown
Method · 0.80
handle_braille_keys
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected