libtmux.Server.list_keys
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux
- Source
- src/libtmux/server.py
- Other languages
- Ruby Lua TypeScript Rust GoJava.NET C++ Swift
-
-
List key bindings via
$ tmux list-keys.Examples
>>> result = server.list_keys()>>> isinstance(result, list)TrueIn other ports List the key bindings
- Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Server - Rust no equivalent on
Server - Go
tmux.Server.ListKeys - Java
io.github.libtmux.Keys.Keys.list - .NET
LibTmux.TmuxKeys.GetAllAsync - C++ no equivalent on
Server - Swift no equivalent on
Server
0 declared, 0 inherited