Bug 972

Summary: Both backspace and delete act as delete in Netscape.
Product: [Retired] Red Hat Linux Reporter: John <jsk29>
Component: netscapeAssignee: David Lawrence <dkl>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.2CC: aleksey, ysyi
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-03-12 22:48:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description John 1999-01-27 05:34:42 UTC
In Redhat Linux 5.2 in a Pentium, both backspace and delete
act as a delete key.  That is, both keys delete the
character to the right of the cursor, rather than the
backspace key deleting the character to the left of the
cursor.

I haven't modified the keymaps under X at all... this
behaviour  seemed to occur straight out of the box.

(I gave the bug high priority because it's even annoying me
as I type this bug report into Bugzilla! :)

Thanks for looking into this bug!

Sincerely,
John Karcz

Comment 1 David Lawrence 1999-03-12 22:48:59 UTC
I was unable to replicate this problem on a fresh install of 5.2 using
Netscape-Communicator-4.07-1.

Comment 2 ysyi 1999-05-26 03:54:59 UTC
It's not just a Netscape "problem"; in fact, it's not an
application-based problem at all. It X11's key mapping.
Put this in a file (e.g., ~/.xmodmap):

keycode 107 = Delete
keycode 22 = BackSpace

and run `xmodmap ~/.xmodmap`, or `xmodmap -e 'keycode 107 = Delete'`,
and so on. It should fix the problem (depending on which keyboard you
defined in XF86Config, and what keyboard you're using, etc). If it
works, you may wish to run it from ~/.xinitrc or similar.

While you're at it, you might want to check out "xkeycaps" (do a
netsearch for it, or http://www.jwz.org/), if you wish to have an
easier, more intuitive way to remap keys.

I hope this helps!