Monday, September 29, 2008

Disable CAPS LOCK on Gnome

Actually, on what ever you might be running X Window on.
I hate the CAPS LOCK key, a lot.

What I did was adding this:

## -----------------------------------------------

## Disable CAPS LOCK
/usr/bin/xmodmap -e "remove lock = Caps_Lock"

## -----------------------------------------------

to the file '/etc/X11/xinit/xinitrc', before this line:

# invoke global X session script
. /etc/X11/Xsession



Couple of links I found regarding this:

Disable and Enable Caps Lock in Ubuntu
Disable capslock ?
How to remap the Caps Lock key as another Control key

Labels: , , ,

0 Comments:

Post a Comment

<< Home