# mcp.model.SendKeysArgs

- **Module:** mcp.model
- **Package:** tmux-mcp
- **Language:** Rust
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/tmux-mcp/src/model.rs#L289
- **Page:** https://libtmux.org/en/rs/latest/mcp/reference/mcp-model-sendkeysargs/

Arguments for sending input to a pane.

## Members

- `pane` (attribute): The `%`-prefixed pane id.
- `text` (attribute): Text typed literally into the pane. Key names are not interpreted. Omit to type none.
- `keys` (attribute): tmux key names to press, in order, after any text.
- `enter` (attribute): Whether to press Enter afterwards.
