tmux_keys
Send special keys such as Enter, Escape, or Ctrl+C to a tmux pane for automation.
Instructions
Send special keys to a tmux pane (Enter, Escape, C-c, etc.). Must tmux_read first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | Keys to send, e.g. ["Enter"], ["Escape"], ["C-c"] | |
| target | Yes | Pane target: ID (%0), session:win.pane, or label |