# tmux.Pane.SendKeySequence

- **Module:** tmux.Pane
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-go/blob/5f808882015a975a65acc7f9da5b3ff0d5cbdc91/tmux/pane_input.go#L66
- **Page:** https://libtmux.org/reference/go/tmux-pane-sendkeysequence/

```
tmux.Pane.SendKeySequence(ctx: context.Context, request: SendKeySequenceRequest) -> error
```

SendKeySequence sends the requested keys to the receiver's exact linked pane in one tmux command. It does not append Enter. Literal changes tmux key parsing but does not bypass interpretation by the pane's application.

A returned error does not establish how many keys tmux delivered.
