MCPcopy 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

1def process(params):
2 keys = params.split(',')
3 for key in keys:
4 key_down(key)
5 for key in keys:
6 key_up(key)
7process(params)

Callers 1

key_event.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected