Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KikiLetGo/CyberController
/ key_event.py
File
key_event.py
app/src/main/assets/command_scripts/key_event.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
process(params):
2
keys = params.split(
','
)
3
for
key in keys:
4
key_down(key)
Callers
nothing calls this directly
Calls
1
process
Function · 0.70
Tested by
no test coverage detected