From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DATE_IN_PAST_12_24, INVALID_DATE,MAILING_LIST_MULTI,NO_RELAYS autolearn=no autolearn_force=no version=4.0.0 Received: from pete by cvs.gentoo.org with local (Exim 3.22 #1) id 14Pqi2-00035f-00 for gentoo-dev@gentoo.org; Mon, 05 Feb 2001 11:49:54 -0700 From: Pete Gavin To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] Keyboard -- DEL Key Message-ID: <20010205114954.B11667@cvs.gentoo.org> References: <3A7E830100009F79@mail.epost.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A7E830100009F79@mail.epost.de>; from Knut.Feiert@epost.de on Mon, Feb 05, 2001 at 07:39:46PM +0100 Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Mon Feb 5 11:50:02 2001 X-Original-Date: Mon, 5 Feb 2001 11:49:54 -0700 X-Archives-Salt: ce5dbd7c-fb14-43bb-8441-6e2482a928c3 X-Archives-Hash: d1793c10db2726f33edd5f0465a62ded On Mon, Feb 05, 2001 at 07:39:46PM +0100, Knut Feiert wrote: > There seems to be a problem with the DEL key > in Gentoo Linux 1.0_rc4_pre2. > Pressing the del key either on the key block > above the cursor keys or in the numeric > key pad with num lock off gives a beep and > a ~ (Tilde) instead of erasing the character > under the cursor. Problem seems independent > from the keymap used. (tried us, and de varieties) > Does not happen with suse and kernel 2.2. > (tried a keymap from suse aswell) > > Add this line to your ~/.inputrc file to make the delete key work as expected in bash: "\e[3~": delete-char Pete