# tmux.SendKeySequenceRequest

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/pane_input.go#L56
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-sendkeysequencerequest/

SendKeySequenceRequest configures ordered pane key delivery. Keys must contain at least one nonempty operand. SendKeySequence copies Keys before I/O; callers must not mutate it concurrently with the call.

## Members

- `Keys` (attribute): Keys are tmux key names sent in order.
- `Literal` (attribute): Literal treats every key as literal UTF-8 instead of a tmux key name.
