MCPcopy Create free account
hub / github.com/KikiLetGo/CyberController / text_input.py

File text_input.py

app/src/main/assets/command_scripts/text_input.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def text_input(params):
2 pyperclip.copy(params)
3 key_down("ctrl")
4 key_down("v")

Callers

nothing calls this directly

Calls 1

text_inputFunction · 0.85

Tested by

no test coverage detected