libtmux_mcp.models.SendKeysOperation
Python
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Bases:
- BaseModel
One raw-input operation for batch sending.
Used by
send_keys_batch.
Members
- enter : bool = Field( default=True, description="Whether to press Enter after sending keys.", )
- literal : bool = Field( default=False, description="Whether to send keys literally with no tmux key interpretation.", )
- suppress_history : bool = Field( default=False, description=( "Suppress shell history by prepending a space where the shell " "ignores space-prefixed commands." ), )