On Mon, 28 Jun 1999, Lee W. Kuo wrote: > Hi, I'm new to the debian-powerpc mailing list. I just installed Debian on > my iMac at work and I must say it's great. LinuxPPC R4/R5 was nice but I've > always preferred Debian over RedHat. > > Anyhow, getting to my problem, can anyone tell me how to change Delete key > on the iMac keyboard to do a ^H instead of from the left like a delete key? > I tried some xmodmap commands but have no idea what the exact syntax is.
I use the following in my .xinitrc/.xsessionrc: xmodmap -e "keycode 59 = BackSpace" xmodmap -e "keycode 125 = Delete" hope this helps. -- Konstantinos Margaritis