About Me

Copenhagen, Denmark
Doing random stuff on my computers and documenting it for future use. Probably not interesting to anybody but meee. lappysaurus: HP Elitebook 2530P. minilan: ASUS Eee PC 901. evillan: Fujitsu Siemens Amilo PRO V3205. mobillan: HTC Hero.

Saturday, September 27, 2008

Disable CAPS LOCK

19.46: Added "xmodmap -e "remove lock = Caps_Lock"" to .bashrc, since I always accidently hit Caps Lock when typing fast.

20.01: Worked and then something happened. Put this code snippet in .bashrc instead:
if [ "$PS1" ]; then
# Disables the bloody CapsLock button
xmodmap -e "remove lock = Caps_Lock"
fi
Fingers crossed. Will se what happens after I log out. I remember 7.10 had a much easier solution to this, but I can't remember what I did.

20.06: What the fuck. It appears that CapsLock is functioning as Esc now (but Esc is thankfully not CapsLock). Whatever. If it bugs me to much, I'll have to find another solution. I also have to check what happens after a reboot.

No comments:

Blog Archive