libtmux Reference MCP Search
On this page

tmux.SendKeySequenceRequest

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/pane_input.go
struct tmux.SendKeySequenceRequest
struct [source]
struct [source]
struct tmux.SendKeySequenceRequest

SendKeySequenceRequest configures ordered pane key delivery. Keys must contain at least one nonempty operand. SendKeySequence copies Keys before I/O; callers must not mutate it concurrently with the call.

2 declared, 0 inherited

Members

  • Keys attribute Keys are tmux key names sent in order.
  • Literal attribute Literal treats every key as literal UTF-8 instead of a tmux key name.
Esc

Type to search.