From owner-freebsd-questions@FreeBSD.ORG Thu May 19 02:40:13 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E884316A4CE for ; Thu, 19 May 2005 02:40:13 +0000 (GMT) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC46343D8D for ; Thu, 19 May 2005 02:40:12 +0000 (GMT) (envelope-from lists@natserv.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.11/8.12.11) with ESMTP id j4J2eCDM005922 for ; Wed, 18 May 2005 22:40:12 -0400 Date: Wed, 18 May 2005 22:40:12 -0400 (EDT) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: FreeBSD Questions List Message-ID: <20050518223614.R10932@zoraida.natserv.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Numerical escape sequences in bindkey X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 02:40:14 -0000 Today I was reading the great book BSD Hacks, by Dru Lavigne. One of the hacks talks about bindkey which I find great.. it also mentions "Although it is possible to bind keys to numerical escape sequences, I don't find that very convenient". Looking at the output of bindkeys I see a number of those escape codes. What do they correspond to? Responses from special keys (ie windows key on a MS Windows friendly keyboard) or ALT+Key combos?