[9805] in Athena Bugs
rsaix 7.4G: xset
daemon@ATHENA.MIT.EDU (gptesler@Athena.MIT.EDU)
Sun Aug 16 22:07:41 1992
From: gptesler@Athena.MIT.EDU
To: bugs@Athena.MIT.EDU
Date: Sun, 16 Aug 92 22:07:31 EDT
System name: m11-113-2
Type and version: POWER 7.4G
Display type: colorgda
What were you trying to do?
Turn off key click. Key click was on when I logged on.
What's wrong:
Each of the following commands, in turn, failed to turn off
key click:
xset -c
xset c off
xset c 0
I finally got it turned off by doing the following two commands in sequence:
xset c 1
xset c 0
What should have happened:
Each of the first three commands should turn off key click by
themselves. This problem has happened to me before on RS-6000s (but not on
other machines), but I don't remember if I ever reported it.
Please describe any relevant documentation references:
usage: xset [-display host:dpy] option ...
...
To turn keyclick off:
-c c off c 0
To set keyclick volume:
c [0-100] c on
...