mcp.model.SendKeysArgs
Rust
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
-
Arguments for sending input to a pane.
Members
-
The
%-prefixed pane id.
-
Text typed literally into the pane. Key names are not interpreted. Omit to type none.
-
tmux key names to press, in order, after any text.
These are interpreted rather than typed, which is the only way to send a key that has no character:
C-cto interrupt,Escape,Up,C-d. SendingC-castextwould type those three characters. Omit to press none.
-
Whether to press Enter afterwards.