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

Function text_input

app/src/main/assets/command_scripts/text_input.py:1–6  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

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

Callers 1

text_input.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected