Applied, thanks!
On Tue, Jan 31, 2012 at 06:20:13PM +0100, Frank Terbeck wrote:
> If you want to send a string "C-a" to a pane, you have to do
>
> send-keys C - a
>
> ...or something similar; but certainly not "C-a", because that would be
> looked up as a key name. While scripting, you probab
If you want to send a string "C-a" to a pane, you have to do
send-keys C - a
...or something similar; but certainly not "C-a", because that would be
looked up as a key name. While scripting, you probably don't want to
bother whether or not a string also names a key or not.
This adds a flag, th