Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
def
text_input(params):
2
pyperclip.copy(params)
3
key_down(
"ctrl"
)
4
key_down(
"v"
)
5
key_up(
"v"
)
6
key_up(
"ctrl"
)
7
text_input(params)
Callers
1
text_input.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected