[5802] in Athena Bugs
Re: 7.1 bug?
daemon@ATHENA.MIT.EDU (Ezra Peisach)
Thu Aug 23 13:14:10 1990
To: mackay@ATHENA.MIT.EDU
Cc: bugs@ATHENA.MIT.EDU
In-Reply-To: Your message of Thu, 23 Aug 90 12:43:06 -0400.
Date: Thu, 23 Aug 90 13:13:55 EDT
From: Ezra Peisach <epeisach@ATHENA.MIT.EDU>
I have been examining the bug that you reported and undertand the problem. In
X11R3, xmodmap changed usage but provided a backwards compatibility. We compiled
our programs without writable strings and there appears to be an error in the
program. (only in the backwards compatible stuff).
I suggest you use the following:
xmodmap -e "clear lock" +c Caps_Lock
or
xmodmap -e "clear lock" -e "add control = Caps_Lock"
which should both work, the later being the accepted one according to the man
page.
Ezra