libtmux Reference MCP Search
On this page

LibTmux.SendKeysRequest.SendKeysRequest

View as Markdown

Module
LibTmux
Declared in
SendKeysRequest
Package
LibTmux
Source
src/LibTmux/Requests/SendKeysRequest.cs
SendKeysRequest
( 11 parameters ) ( text : string? , enter : bool , suppressHistory : bool , literal : bool , reset : bool , copyModeCommand : string? , repeat : int? , expandFormats : bool , hexKeys : bool , targetClient : string? , keyName : bool )
method [source]
method [source]
SendKeysRequest

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

Esc

Type to search.