Nov 20
Caps-Lock is (IMO) the most useless and annoying key. Since there doesnât seem to be a GUI way for disabling just type the following in a terminal:
xmodmap -e “remove lock = Caps_Lock”
In order to make these changes permanent open your ~/.bashrc using
sudo nano ~/.bashrc
and add the line above
