Monday, May 18, 2009

Turn Off Keyboard Beep

From Infrequently asked Solaris questions @ http://www.columbia.edu/~rtt2101/iaoq/#I.A1


How do I disable that annoying beep?

Method 1 - /usr/openwin/bin/xset b 0

Method 2 - /usr/openwin/bin/xset b off

Method 3 - /usr/openwin/bin/xset -b


Other Methods:

If you're working with bash insert bell-style none in your ~/.inputrc or /etc/inputrc.
Disconnect the PC speaker.

0 comments:

Post a Comment