tmux.Plan.SendKeys
Go
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- 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