Vadik Vygonets wrote: > > On Sat, 7 Sep 1996, Jim Worthington wrote: > > > (1) Netscape 3.0B7 - non debian > > > > The backspace key doesn't work. Is this a setup problem? > > Put the following line in your /etc/X11/Xmodmap: > keycode 22 = BackSpace > > Vad. I tried adding the line to /etc/X11/Xmodmap -- It didn't work. I also tried creating ~/.Xmodmap and ~/.xmodmaprc files with the same data. These did not work either.
I tried typing xmodmap -e "keycode 22 = BackSpace" This worked for the session. I suppose I could put it in the .cshrc file but something is still broken. It looks as if my /etc/X11/Xsession file is not being read. Where does this get called from? I suspect that whatever is causing this problem is also responsible for my xdm problem. /etc/X11/config also looks OK. Jim