From owner-freebsd-questions@FreeBSD.ORG Fri Jul 30 13:04:25 2004 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 A90D716A4CE; Fri, 30 Jul 2004 13:04:25 +0000 (GMT) Received: from northgate.starhub.net.sg (northgate.starhub.net.sg [203.117.1.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF9EC43D1D; Fri, 30 Jul 2004 13:04:24 +0000 (GMT) (envelope-from pryan@singnet.com.sg) Received: from DellDual (cm124.sigma234.maxonline.com.sg [218.212.234.124]) i6UD4F97022469; Fri, 30 Jul 2004 21:04:22 +0800 (SST) Message-Id: <200407301304.i6UD4F97022469@northgate.starhub.net.sg> From: "Peter Ryan" To: "'Mark Ovens'" , "'Mariano Guadagnini'" Date: Fri, 30 Jul 2004 21:03:50 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 In-Reply-To: <410A3D3C.5000008@freebsd.org> Thread-Index: AcR2L7s7whwuv8IIQ2SNmeEanwtMEAAA+u/A cc: freebsd-questions@freebsd.org Subject: RE: backspace and delete keys behavior X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pryan@singnet.com.sg List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2004 13:04:25 -0000 I've got the same thing on the 2 machines i am experimenting with. I am new and thought it was a standard feature :) I also defined a standard US 101 keyboard. Makes me think there is a setting or choice at installation that deals with this, rather than having to patch something. I counted my keys - there are 101. It looks as much like a standard US keyboard as anything else I have. My XF86Config file section for the keyboard contains Identifier "Keyboard0" Driver "keyboard" option "XkbModel" "pc101" option "XkbLayout" "us" Could someone who this does not happen to tell me what is different in their file. I am running freeBSD 4.10 RELEASE Thanks Peter > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Mark Ovens > Sent: Friday, July 30, 2004 20:21 > To: Mariano Guadagnini > Cc: freebsd-questions@freebsd.org > Subject: Re: backspace and delete keys behavior > > Mariano Guadagnini wrote: > > Hi guys, I am new to Freebsd (after years of linux) and, althought > > system installation and configuration was quite seamlessly, I've an > > issue with the delete key of my keyboard (101 keys us layout): In > > xterm, the backspace key works ok, but when I press del, it > prints the > > "~" character, instead of deleting . I have read it has > something to > > do with keyboard layout config, but I couldn't find out how > to fix it. So, any ideas? > > > > Thanks, (and forgive my poor english) > > > > Add this to ~/.Xdefaults > > XTerm*vt100.translations: #override \n\ > Delete: string(0x04) \n > > which maps Ctrl-D to the DEL key, then run > > % xrdb < ~/.Xdefaults > > to implement it (in the current X session). > > Note that this won't change the behaviour in the current > xterm, but will in any new ones you open. > > HTH > > Regards, > > Mark > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > >