tmux_send_keys
Send key tokens (Enter, Escape, C-c, arrows) to a tmux session's active pane for controlling interactive programs like REPLs and shells.
Instructions
Send key tokens to a tmux session's active pane (supports keys like Enter, Escape, C-c, Up, Down).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | List of tmux key tokens or literal strings. | |
| enter | No | Append Enter after keys. | |
| literal | No | Use tmux send-keys -l (send literal text). | |
| session_id | Yes |