# LibTmux.TmuxKeys.GetAllAsync

- **Module:** LibTmux.TmuxKeys
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Keys/TmuxKeys.cs#L52
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-tmuxkeys-getallasync/

```
LibTmux.TmuxKeys.GetAllAsync(keyTable: string?, format: string?, cancellationToken: CancellationToken) -> Task<IReadOnlyList<string>>
```

Reads the bindings as tmux rendered them.

Rendering with a format arrived in tmux 3.7.

## Parameters

- `keyTable` (string?): The table to read, or null for every table.
- `format` (string?): The tmux format each binding is rendered with.
- `cancellationToken` (CancellationToken): Cancels the tmux command.

## Returns

One line per binding.
