MCPcopy 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

filterKeyDownMethod · 0.80
onKeyDownMethod · 0.80
translateKeyCodeFunction · 0.80
translateModifiersFunction · 0.80
filterKeyDownMethod · 0.80
onKeyDownMethod · 0.80
handle_braille_keysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected