Matthias Buelow <mkb@incubus.de> wrote:
+---------------
| "xmodmap $HOME/.xmodmap" in .xsession) with the following
| in the config file:
| remove Lock = Caps_Lock
| keysym Caps_Lock = Control_L
| add Control = Control_L
| keysym Menu = Multi_key
+---------------
I've found the following simpler version works just as well for me
[in ~/.xsession or ~/.xinitrc]:
xmodmap - <<EOF
clear Lock
add Control = Caps_Lock
EOF
-Rob
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607