Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mira.net.au!news.vbc.net!vbcnet-west!samba.rahul.net!rahul.net!a2i!news.pbi.net!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!cam-news-feed2.bbnplanet.com!news.bbnplanet.com!shore!nvp From: nvp@shore.net (Nathan V. Patwardhan) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Backspace doesn't work in Netscape Date: 22 May 1997 15:40:56 GMT Organization: Shore.Net; a service of Eco Software, Inc. (info@shore.net) Lines: 22 Message-ID: <5m1pe8$h34@fridge-nf0.shore.net> References: <33845746.4DD4@foto.infi.net> NNTP-Posting-Host: shell2.shore.net X-Newsreader: TIN [version 1.2 PL2] Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:41450 Tom Misiak (misiak@foto.infi.net) wrote: : I'm using Netscape 2.x under FreeBSD 2.1 The backspace : key doesn't work. It's rather annoying to have to highlight text : with the mouse and retype. Any suggestions on what may help? : Also, if I try to paste any text into the netscape window, it : core dumps and dies, any suggestions? I have no idea why Netscape is dumping core with copy/paste, but this might work for the delete instead of C-h. Add this to your .Xdefaults: Netscape*XmText.translations: #override\n\ <Key>osfDelete: delete-previous-character() Netscape*XmTextField.translations: #override\n\ <Key>osfDelete: delete-previous-character() -- Nathan V. Patwardhan nvp@shore.net