# mcp.model.SendKeysArgs.keys

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

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-c` to interrupt, `Escape`, `Up`,
`C-d`. Sending `C-c` as `text` would type those three characters.
Omit to press none.
