diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-02-02 02:01:18 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-02-02 02:01:18 +0000 |
commit | 94e46dd72468d364bb395603cf7fc9ae594ebd41 (patch) | |
tree | 326d2f94f92611ed0fd8c745d189f70cd29da664 /tmux.1 | |
parent | c82e06804e41af6b13b3a75e0268f32fbc4a4210 (diff) | |
download | rtmux-94e46dd72468d364bb395603cf7fc9ae594ebd41.tar.gz rtmux-94e46dd72468d364bb395603cf7fc9ae594ebd41.tar.bz2 rtmux-94e46dd72468d364bb395603cf7fc9ae594ebd41.zip |
Sync OpenBSD patchset 1025:
Add -l flag to send-keys to send input literally (without translating
key names). From Frank Terbeck.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |