# tmux.ListKeysRequest

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

ListKeysRequest configures raw key-binding output. Its zero value selects tmux's default table and format; nil fields omit flags while explicit empty pointers are passed to tmux.

## Members

- `KeyTable` (attribute): KeyTable limits output to one key table.
- `Format` (attribute): Format selects output format and requires tmux 3.7; see UnsupportedPolicy.
