LibTmux.SendKeysRequest
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/SendKeysRequest.cs
-
Describes one
send-keysinvocation.Discussed in Pane interaction
12 declared, 0 inherited
Members
- CopyModeCommand property Gets the copy-mode command to send instead of text.
- Enter property Gets whether Enter follows the text.
- ExpandFormats property Gets whether the text is expanded as a format.
- HexKeys property Gets whether key names are read as hexadecimal.
- KeyName property Gets whether the text names a key rather than a string.
- Literal property Gets whether the text is sent verbatim rather than as key names.
- Repeat property Gets how many times the keys repeat.
- Reset property Gets whether the pane's terminal state is reset first.
- SuppressHistory property Gets whether the shell is asked not to record the line.
- TargetClient property Gets the client whose keys are sent.
- Text property Gets the text or key names to send.
- ToCommand method Returns a key request as one tmux command for a pane.