# plan.ops.panes.SendKeys.text

- **Module:** plan.ops.panes.SendKeys
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/plan/ops/panes.rs#L281
- **Page:** https://libtmux.org/en/rs/latest/reference/plan-ops-panes-sendkeys-text/

```
plan.ops.panes.SendKeys.text(mut, text: impl Into<OsString>) -> Self
```

Send this literal text.

Rendered with tmux's `-l` flag, so every byte is typed rather than
looked up in the key table first -- text that happens to name a key,
such as `"Space"`, is typed rather than pressed. `-l` literalizes every
argument of the `send-keys` it is on, so this cannot be combined with
[`SendKeys::keys`]: [`crate::plan::Plan::validate`] rejects that
combination before anything runs.
