From owner-freebsd-questions Fri Mar 1 0:10:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from probsd.ws (ilm25-53-085.ec.rr.com [24.25.53.85]) by hub.freebsd.org (Postfix) with ESMTP id 7217337B41A for ; Fri, 1 Mar 2002 00:10:31 -0800 (PST) Received: from probsd.ws (www@localhost [127.0.0.1]) by probsd.ws (8.11.6/8.11.6) with SMTP id g218Bl273505 for ; Fri, 1 Mar 2002 03:11:47 -0500 (EST) (envelope-from ms@probsd.ws) Received: from 192.168.1.2 (SquirrelMail authenticated user ms) by probsd.ws with HTTP; Fri, 1 Mar 2002 03:11:47 -0500 (EST) Message-ID: <1267.192.168.1.2.1014970307.squirrel@probsd.ws> Date: Fri, 1 Mar 2002 03:11:47 -0500 (EST) Subject: Key Binding Issues in X From: "Michael Sharp" To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.5) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG When running X and editing a file using xterm or rxvt, the Delete key is dead, and the Backspace key is functioning as the Delete key. I have the correct keyboard setting in the xf86config, and I also added these to .Xdefaults: #Backspace rxvt*keysum.0xFF08 \010 #Delete rxvt*keysum.0xFFFF \004 #Home rxvt*keysum.0xFF50 \001 #End rxvt*keysum.0xFF57 \005 However, this didnt fix the issue when restarting X and running rxvt. Everything is fine when not running X, any ideas? michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message