Shift + Backspace Xgl crash

This stops Xgl from crashing when you press backspace + shift
xmodmap -e "keycode 22 = BackSpace"

Related Posts:

  1. Xgl and gdm
  • http://peter.hybridweb.co.uk/blog/ Peter

    Does this need to go in xorg.conf?

  • http://peter.hybridweb.co.uk/blog/ Peter

    Does this need to go in xorg.conf?

  • Lawrence Lee

    Put “keycode 22 = BackSpace” (without the quotes) into a file called .xmodmap in your home directory. Then create a file called .xprofile (also in your home directory) and put the following line in it : “xmodmap .xmodmap” This esures that the command gets called regardless of what *DM you use to get into X

  • Lawrence Lee

    Put “keycode 22 = BackSpace” (without the quotes) into a file called .xmodmap in your home directory. Then create a file called .xprofile (also in your home directory) and put the following line in it : “xmodmap .xmodmap” This esures that the command gets called regardless of what *DM you use to get into X