On this page
LibTmux.Server.GetKeysAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Keys.cs
- GetKeysAsync ( keyTable : string? , format : string? , cancellationToken : CancellationToken ) Task<IReadOnlyList<string>>
-
Reads the key bindings.
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, as tmux rendered it.
0 declared, 0 inherited