How do I switch the Ctrl and CapsLock keys on my keyboard? Create a file called .xmodmaprc in the root of your home directory. vi ~/.xmodmaprc Copy the following lines into the file: remove Lock = Caps_Lock remove Control = Control_L keysym Control_L = Caps_Lock keysym Caps_Lock = Control... Read More