Add -l flag to send-keys to send input literally (without translating

key names). From Frank Terbeck.
This commit is contained in:
Nicholas Marriott
2012-02-02 00:15:28 +00:00
parent 8363d19307
commit efb639e1d2
2 changed files with 8 additions and 4 deletions

5
tmux.1
View File

@ -1646,7 +1646,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
@ -1660,6 +1660,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