Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!brunix!doorknob!jak From: jak@cs.brown.edu (Jak Kirman) Newsgroups: comp.unix.shell Subject: Re: tcsh binding of function keys Message-ID: Date: 8 Nov 90 17:25:27 GMT References: <3765@s3.ireq.hydro.qc.ca> Sender: news@brunix.UUCP Reply-To: jak@cs.brown.edu Organization: Department of Computer Science, Brown University Lines: 18 In-reply-to: gamin@ireq-robot.hydro.qc.ca's message of 6 Nov 90 20:55:48 GMT It appears to be an error in the documentation. The clue is in the output from bind, where the arrow keys are listed as "F-A", "F-B", etc; they generate the sequences ^[[A, ^[B, etc. My F9 key generates ^[[20~, so I tried: > bind downcase-word F-20~ This worked fine. It seems that bind X- is equivalent to bind ^X; it just binds the keystrokes prefixed by ctrl-x. Jak jak@cs.brown.edu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The middle of the road is all of the usable surface. The extremes, right and left, are in the gutters. -- Dwight D. Eisenhower