On this page
tmux.Plan.SendKeys
- Module
- tmux
- Declared in
- Plan
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/plan_pane.go
- SendKeys ( target : Ref , request : SendKeysRequest )
-
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.SendKeysissues two tmux commands: the keys, and the Enter that submits them. Both are chainable, so they still travel together.
0 declared, 0 inherited