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

tmux.Plan.SendKeys

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

View as Markdown

Module
tmux
Declared in
Plan
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/plan_pane.go
SendKeys ( target : Ref , request : SendKeysRequest )
method [source]
method [source]
SendKeys

SendKeys records keys sent to the pane target names.

Sending keys produces no output and can share a dispatch; see Plan.Explain .

A request carrying a command records two steps, as Pane.SendKeys issues two tmux commands: the keys, and the Enter that submits them. Both are chainable, so they still travel together.

0 declared, 0 inherited

Esc

Type to search.