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

plan.ops.panes.SendKeys.keys

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

View as Markdown

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
method [source]
method [source]
keys

Send named keys such as C-c or Escape.

Resolved against tmux's key table, which is why this cannot be combined with SendKeys::text : literal text needs -l, and -l would literalize these too. crate::plan::Plan::validate rejects the combination before anything runs.

0 declared, 0 inherited

Esc

Type to search.