tmux_send_keys
Automate terminal tasks by sending keys or commands to a tmux pane with target and key parameters.
Instructions
Send keys or commands to a tmux pane.
Args: target: Tmux target (e.g. "session:window.pane", "session:window", "session"). keys: Keys to send. Use special key names like "Enter", "C-c", "Escape", "Tab", "Space", etc. literal: If true, send keys literally (the -l flag) without special key lookup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | ||
| target | Yes | ||
| literal | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |