Shift + Backspace Xgl crash

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

  • Twitter
  • Facebook
  • FriendFeed
  • StumbleUpon
  • Digg
  • del.icio.us
  • Google Bookmarks
  • Reddit
  • Tumblr
  • PDF
  • Print
  • email
Rating: (No Ratings Yet)
Loading ... Loading ...
View Comments
Published: Mar 13th, 2006 (Views: 20)
Categories: Coding
Tags:
  • 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
  • Does this need to go in xorg.conf?
blog comments powered by Disqus