# io.github.libtmux.Pane.Pane.sendLiteral

- **Module:** io.github.libtmux.Pane.Pane
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-java/blob/842228310449e879ebcaa3f910597757c9dbffd6/libtmux/src/main/java/io/github/libtmux/Pane.java#L662
- **Page:** https://libtmux.org/en/java/latest/reference/io-github-libtmux-pane-pane-sendliteral/

```
io.github.libtmux.Pane.Pane.sendLiteral(keys: List<String>) -> void
```

Sends an ordered group of strings to this pane as the characters they spell.

Nothing is resolved as a key name, so {@code C-c} types those three characters. Recorded
before dispatch, with a line break in the joined text treated as tmux treats it: a submit the
instant it reaches the pane, whether or not the caller also presses Enter afterward.
