diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-01 20:20:25 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-01 20:20:25 +0000 |
commit | 65f4284e7fe796e19b6d0c2ba57becee5394e730 (patch) | |
tree | 207e3aa25caa61dcf997640b703dab25507154c6 /tmux.1 | |
parent | 99fa60f295ed7a11636a6efc547542f370b844c0 (diff) | |
download | rtmux-65f4284e7fe796e19b6d0c2ba57becee5394e730.tar.gz rtmux-65f4284e7fe796e19b6d0c2ba57becee5394e730.tar.bz2 rtmux-65f4284e7fe796e19b6d0c2ba57becee5394e730.zip |
New command, send-keys, to send a set of keys.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.23 2008-05-31 23:08:48 nicm Exp $ +.\" $Id: tmux.1,v 1.24 2008-06-01 20:20:25 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -421,6 +421,18 @@ This command works only if bound to a key. .D1 (alias: Ic selectw ) Select the window at .Ar index . +.It Xo Ic send-keys Ar key Ar ... +.Xc +Send a key or keys to a window. +Each argument +.Ar key +is the name of the key (such as +.Ql ^A +or +.Ql npage +) to send; if the string is not recognised as a key, it is sent as a series of +characters. +All the arguments are sent sequentially from first to last. .It Xo Ic send-prefix .Xc Send the prefix key to a window as if it was pressed. |