send_keys
Send raw keystrokes to a pseudo-terminal session for interactive input, control characters, or commands without waiting for completion.
Instructions
Send raw input to a PTY session without waiting for completion. Use for interactive input, Ctrl+C (send '\x03'), etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | Raw input to send. Use \n for Enter, \x03 for Ctrl+C, etc. | |
| session_id | Yes | The session ID |