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

io.github.libtmux.Pane.Pane.sendKeys

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

View as Markdown

Module
io.github.libtmux.Pane
Declared in
Pane
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/Pane.java
sendKeys ( keys : List<String> ) → void ( keys : List<String> , beforeSend : Runnable ) → void
methodoverload2 overloads [source]
methodoverload2 overloads [source]
sendKeys

Sends an ordered group of key names to this pane, as tmux resolves them.

Each entry is resolved through tmux's key table; an unknown name is typed as text. Recorded input includes effective synchronized recipients. Known dispatch failures undo the record; uncertain delivery retains it. #sendLiteral types every entry literally.

Parameters
  • beforeSend ( Runnable ) – validates current input ownership

0 declared, 0 inherited

Esc

Type to search.