# tmux.ListKeysRequest

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/5f808882015a975a65acc7f9da5b3ff0d5cbdc91/tmux/server_keys.go#L41
- **Page:** https://libtmux.org/reference/go/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.
