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

plan.ops.panes.SendKeys.text

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
text ( mut , text : impl Into<OsString> ) → Self
method [source]
method [source]
text

Send this literal text.

Rendered with tmux's -l flag, so every byte is typed rather than looked up in the key table first -- text that happens to name a key, such as "Space", is typed rather than pressed. -l literalizes every argument of the send-keys it is on, so this cannot be combined with SendKeys::keys : crate::plan::Plan::validate rejects that combination before anything runs.

0 declared, 0 inherited

Esc

Type to search.