From owner-freebsd-questions Wed Oct 15 08:23:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA24090 for questions-outgoing; Wed, 15 Oct 1997 08:23:17 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from css.tuu.utas.edu.au (acs@css.tuu.utas.edu.au [131.217.115.65]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA24082 for ; Wed, 15 Oct 1997 08:23:12 -0700 (PDT) (envelope-from andrew@ugh.net.au) From: andrew@ugh.net.au Received: from localhost (acs@localhost) by css.tuu.utas.edu.au (8.8.5/8.8.5) with SMTP id CAA07202; Thu, 16 Oct 1997 02:22:40 +1100 (EST) X-Authentication-Warning: depravitas.tuu.utas.edu.au: acs owned process doing -bs Date: Thu, 16 Oct 1997 02:22:39 +1100 (EST) To: Chip Marshall cc: freebsd-questions@FreeBSD.ORG Subject: Re: reprogramming "win95" key In-Reply-To: <19971015091825.39785@verdi.jlc.net> Message-ID: X-Meaning-of-Life: none X-WonK: *wibble* MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 15 Oct 1997, Chip Marshall wrote: > Is there any way to make a Win95 key (either one) usefull under > FreeBSD without X? You can use bindkey under tcsh and probably under other shells as well. I guess you could also use it in conjunction with stty...ie want another delete key? stty erase Andrew