How do you swap the caps lock to control in xfce?
I used to have the caps lock and control swapped in GNOME, but when I upgraded to Ubuntu 9.04 I also changed my desktop environment to Xfce. I have the following line in my xorg.conf:
Option "XkbOptions" "ctrl:nocaps"
But that doesn't seem to make a difference to Xfce. Any ideas?
Solution 1:
I ended up removing the "XkbOptions" line from my xorg.conf, and adding this to Xfce's autostart:
/usr/bin/setxkbmap -option "ctrl:nocaps"
It turns the caps lock key into an additional Ctrl, which does the trick for me. If you wanted a straight swap, I believe "ctrl:swapcaps"
would work. For what it's worth, this page is a fairly decent guide:
http://manicai.net/comp/swap-caps-ctrl.html
I haven't had a change to try the other methods yet, but I also have a netbook with a slightly funky layout, and I might need to muck around with it a bit.
Solution 2:
I use XFCE but this solution should work for any desktop environment on Debian or Ubuntu:
Replace the XKBOPTIONS
definition in /etc/default/keyboard
with
XKBOPTIONS="ctrl:nocaps"
This affects all users on the system.
This won't affect your current session (you have to restart X11),
so you can run this command line to change things until then:
$ setxkbmap -option ctrl:nocaps
To affect only your user, have the above command run as a part of your session: Open your XFCE Settings (run xfce4-settings-manager
) and click on Session and Startup, go to the Application Autostart tab, and Add that command.
Solution 3:
Use xkeycaps to look at your keyboard mapping and swap the META and ALT modifiers, or just swap the entire keys. If you plan on using any GNOME apps, GNOME has some assumptions about which keys have META and ALT modifiers. It'll probably make your life easier to swap the keys entirely.