mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-15 00:02:36 +02:00
Sync OpenBSD patchset 1025:
Add -l flag to send-keys to send input literally (without translating key names). From Frank Terbeck.
This commit is contained in:
5
tmux.1
5
tmux.1
@ -1650,7 +1650,7 @@ are listed; this may be one of:
|
||||
or
|
||||
.Em emacs-copy .
|
||||
.It Xo Ic send-keys
|
||||
.Fl R
|
||||
.Op Fl lR
|
||||
.Op Fl t Ar target-pane
|
||||
.Ar key Ar ...
|
||||
.Xc
|
||||
@ -1664,6 +1664,9 @@ or
|
||||
.Ql npage
|
||||
) to send; if the string is not recognised as a key, it is sent as a series of
|
||||
characters.
|
||||
The
|
||||
.Fl l
|
||||
flag disables key name lookup and sends the keys literally.
|
||||
All arguments are sent sequentially from first to last.
|
||||
The
|
||||
.Fl R
|
||||
|
Reference in New Issue
Block a user