Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Mar 2004 08:42:46 -0700
From:      Dan MacMillan <flowers@users.sourceforge.net>
To:        Matthew Seaman <m.seaman@infracaninophile.co.uk>
Cc:        freebsd-questions@freebsd.org
Subject:   RE: kbdcontrol -f and escape sequences
Message-ID:  <FGEIJLCPFDNMGDOKNBABCEMGCHAA.flowers@users.sourceforge.net>
In-Reply-To: <20040314145141.GD9984@happy-idiot-talk.infracaninophile.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FGEIJLCPFDNMGDOKNBABCEMGCHAA.flowers>