# types.SendKeysOptions

- **Module:** types
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** interface
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/types.ts#L288
- **Page:** https://libtmux.org/en/ts/latest/reference/types-sendkeysoptions/

How the keys are interpreted before tmux delivers them.

The default resolves key names, so `\"C-c\"` interrupts rather than typing
three characters; `literal` turns that off for text that happens to look
like a key name.

## Members

- `enter` (property): Append Enter after the keys. Defaults to true.
- `literal` (property): Send the string literally instead of letting tmux resolve key names.
