# LibTmux.BindKeyRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Requests/BindKeyRequest.cs#L4
- **Page:** https://libtmux.org/reference/dotnet/libtmux-bindkeyrequest/

Describes one <c>bind-key</c> invocation.

## Members

- `BindKeyRequest` (method) — Initializes a key binding.
- `Key` (property) — Gets the key to bind.
- `Command` (property) — Gets the tmux command and its arguments.
- `KeyTable` (property) — Gets the key table, or null for the prefix table.
- `Note` (property) — Gets the note describing the binding.
- `Repeat` (property) — Gets whether the key may repeat without the prefix.
