# libtmux_mcp.models.SendKeysOperation

- **Module:** libtmux_mcp.models
- **Package:** libtmux-mcp
- **Language:** Python
- **Kind:** class
- **Source:** https://github.com/tmux-python/libtmux-mcp/blob/4daddc0dfca96c43bf521d818bf91564e1434760/src/libtmux_mcp/models.py#L391
- **Page:** https://libtmux.org/en/py/latest/mcp/reference/libtmux_mcp-models-sendkeysoperation/

One raw-input operation for batch sending.

Used by :func:`~libtmux_mcp.tools.pane_tools.send_keys_batch`.

## Members

- `model_config` (attribute)
- `keys` (attribute)
- `pane_id` (attribute)
- `session_name` (attribute)
- `session_id` (attribute)
- `window_id` (attribute)
- `enter` (attribute)
- `literal` (attribute)
- `suppress_history` (attribute)
