kbdcontrol -f and escape sequences

Dan MacMillan flowers at users.sourceforge.net
Sun Mar 14 07:42:48 PST 2004


Excellent!  That does it.  Thank you very much for your help.

-
Danny MacMillan

-----Original Message-----
From: Matthew Seaman

On Sat, Mar 13, 2004 at 11:18:42PM -0700, Dan MacMillan wrote:

> I'm having some trouble using kbdcontrol to redefine function keys to
> strings that include escape sequences.  For example, suppose I want to
> redefine "F1" to be equivalent to pressing the left arrow key twice in a
> row.  I naiively thought this would work:
> 
>     kbdcontrol -f 1 "\033[D\033[D"

Try:

    kbdcontrol -f 1 `printf "\033[D\033[D"`

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK



More information about the freebsd-questions mailing list