Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

types.SendKeysOptions

TypeScript
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
types
Package
libtmux
Source
packages/libtmux/src/types.ts
interface types.SendKeysOptions
interface [source]
interface [source]
interface types.SendKeysOptions

How the keys are interpreted before tmux delivers them.

The default resolves key names, so \"C-c\" interrupts rather than typing three characters; literal turns that off for text that happens to look like a key name.

2 declared, 0 inherited

Members

  • enter property Append Enter after the keys. Defaults to true.
  • literal property Send the string literally instead of letting tmux resolve key names.
Esc

Type to search.