# LibTmux.BindKeyRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Requests/BindKeyRequest.cs#L4
- **Page:** https://libtmux.org/en/dotnet/latest/reference/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.
- `ToCommand` (method): Returns a key-binding request as one tmux command.
