Subject: Re: Newbie: Emacs Advice
From: rpw3@rpw3.org (Rob Warnock)
Date: Sat, 13 Aug 2005 23:36:31 -0500
Newsgroups: comp.lang.lisp
Message-ID: <LtqdnaZWAsjSV2PfRVn-1Q@speakeasy.net>
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