plan.ops.panes.SendKeys
Rust
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- plan.ops.panes
- Package
- libtmux
- Source
- crates/libtmux/src/plan/ops/panes.rs
-
Send text or named keys to a pane.
SendKeys::textandSendKeys::keyscannot both be set: tmux resolves everysend-keysargument against its key table unless-lliteralizes it, and-lcovers every argument of thesend-keysit sits on. So literal text and named keys cannot share onesend-keys, though two of them still share one tmux invocation under a folding planner.crate::plan::Plan::validaterejects aSendKeysthat carries both, before a plan runs.
4 declared, 0 inherited