# io.github.libtmux.Pane.Pane.send

- **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#L615
- **Page:** https://libtmux.org/en/java/latest/reference/io-github-libtmux-pane-pane-send/

```
io.github.libtmux.Pane.Pane.send(keys: String) -> void
```

Sends keys to this pane without pressing Enter.

Separate from {@link #sendLine} rather than a boolean, so a call site says which it means.

Recorded as an echo before dispatch, through the same key model {@link #sendKeys} uses,
because tmux types anything here that is not one of its key names and a terminal echoes what
is typed.
