diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-02-02 00:15:29 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-02-02 00:15:29 +0000 |
commit | f4ecfe0090d766222255d9d8d42b2f083c4700ff (patch) | |
tree | c03c6d71e639fc8f05527385926ce313ffe63062 /usr.bin/tmux/tmux.1 | |
parent | 2d59c80f99b87389c62a2affa426de4f5dec264d (diff) |
Add -l flag to send-keys to send input literally (without translating
key names). From Frank Terbeck.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index c1da1264c45..3a9879c9ddf 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.272 2012/01/31 15:52:21 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.273 2012/02/02 00:15:28 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 31 2012 $ +.Dd $Mdocdate: February 2 2012 $ .Dt TMUX 1 .Os .Sh NAME @@ -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 |