On this page
LibTmux.SendKeysRequest.SendKeysRequest
- Module
- LibTmux
- Declared in
- SendKeysRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/SendKeysRequest.cs
-
Initializes a key-sending request.
- Parameters
-
-
text ( string? ) – The text or key names to send.
-
enter ( bool ) – Whether Enter follows the text.
-
suppressHistory ( bool ) – Whether the shell is asked not to record the line.
-
literal ( bool ) – Whether the text is sent verbatim rather than as key names.
-
reset ( bool ) – Whether the pane's terminal state is reset first.
-
copyModeCommand ( string? ) – A copy-mode command to send instead of text.
-
repeat ( int? ) – How many times the keys repeat.
-
expandFormats ( bool ) – Whether the text is expanded as a format.
-
hexKeys ( bool ) – Whether key names are read as hexadecimal.
-
targetClient ( string? ) – The client whose keys are sent.
-
keyName ( bool ) – Whether the text names a key rather than a string.
-
0 declared, 0 inherited