plan.ops.panes.SendKeys.keys
Rust
- Python Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- plan.ops.panes
- Declared in
- SendKeys
- Package
- libtmux
- Source
- crates/libtmux/src/plan/ops/panes.rs
- keys ( mut , keys : impl IntoIterator<Item = K> ) Self
-
Send named keys such as
C-corEscape.Resolved against tmux's key table, which is why this cannot be combined with
SendKeys::text: literal text needs-l, and-lwould literalize these too.crate::plan::Plan::validaterejects the combination before anything runs.
0 declared, 0 inherited