Sometime on Jul 26, Navin assembled some asciibets to say:
i upgraded to rh7.1 from 6.2, the problem is that my backspace key doesnt work when i start x. it works alright when x is not running how do i set this particular key right.
Create ~/.Xmodmap file and add the following line to it
keycode 0x16 = BackSpace
This will fix the problem.
Alternatively, you can write the following command in your .xinitrc file
xmodmap -e "keycode 0x16 = BackSpace"
- Keyur