Blog - /Tech
Two weeks after my OLPC XO laptop came, I noticed that the left Alt
key was starting to stick. Rather than sending it back for analysis,
I just wanted a quick fix. Here's one: make a file called
~/.xmodmaprc with the following contents.
keycode 64 =
Then make a file called ~/.xsession which applies that change:
xmodmap ~/.xmodmaprc
Now whenever the OLPC boots normally (that is, without the developer key in place to force an abnormal boot), the left Alt key will be completely ignored.
Add a comment