Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KikiLetGo/CyberController
/ process
Function
process
app/src/main/assets/command_scripts/key_event.py:1–6 ·
view source on GitHub ↗
(params)
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)
5
for
key in keys:
6
key_up(key)
7
process(params)
Callers
1
key_event.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected