Swap Ctrl and Capslock at system level
Edit file /etc/default/keyboard and append following option to XKBOPTIONS.
ctrl:swapcaps
And run following command for changes to take affect.
sudo dpkg-reconfigure keyboard-configuration
Now accept the settings in the wizard and changes should take affect.
Comments