Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RioArisk/claudecode_api_RemoteControl
/ sendControlEnter
Function
sendControlEnter
app/src/modules/input.js:136–138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
}
135
136
export
function
sendControlEnter() {
137
sendControlInput(
'\r'
);
138
}
139
140
export
function
sendControlLine(text, { startDelayMs = 0, submitDelayMs = 120 } = {}) {
141
setTimeout(() => {
Callers
1
sendControlLine
Function · 0.70
Calls
1
sendControlInput
Function · 0.70
Tested by
no test coverage detected