Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

send_keys

Send input to a pane’s program; a shell that receives it runs it with your user’s permissions. Send keys after checking the effective synchronized-pane cohort.

All Swift tools · JSON · Source

Arguments

enter optional · boolean
Caller-controlled enter.
force optional · boolean
Caller-controlled force.
keys required · array
Caller-controlled keys.
literal optional · boolean
Caller-controlled literal.
paneId required · string
Caller-controlled paneId.

Schemas

The schema defines required fields, nested values, defaults, and validation constraints.

Input schema
{
"additionalProperties": false,
"properties": {
"enter": {
"description": "Caller-controlled enter.",
"type": "boolean"
},
"force": {
"description": "Caller-controlled force.",
"type": "boolean"
},
"keys": {
"description": "Caller-controlled keys.",
"items": {
"type": "string"
},
"type": "array"
},
"literal": {
"description": "Caller-controlled literal.",
"type": "boolean"
},
"paneId": {
"description": "Caller-controlled paneId.",
"type": "string"
}
},
"required": [
"keys",
"paneId"
],
"type": "object"
}
Output schema
{
"additionalProperties": false,
"properties": {
"keys": {
"items": {
"type": "string"
},
"type": "array"
},
"pane": {
"type": "string"
},
"paneRef": {
"type": "string"
},
"resolvedPaneIds": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"keys",
"pane",
"paneRef",
"resolvedPaneIds"
],
"type": "object"
}
Tool annotations
{
"destructiveHint": true,
"idempotentHint": false,
"openWorldHint": true,
"readOnlyHint": false,
"title": "Send keys"
}
Esc

Type to search.