Re: [PATCH] send-keys: Add optional `-l' flag

2012-02-01 Thread Nicholas Marriott
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

[PATCH] send-keys: Add optional `-l' flag

2012-01-31 Thread Frank Terbeck
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