logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Description

The beep command rings the keyboard bell. Percent is relative to the base volume of the keyboard bell and can range from -100 to 100 inclusive. If percent is nonnegative then the bell volume is: base - [(base * percent) / 100] + percent If percent is negative then the bell volume is: base + [(base * percent) / 100] The default percent is 50.

Example

beep

Keywords

bell, beep BLT 2.5 blt::beep(3tcl)

Name

beep - ring the bell

Synopsis

beep ?percent? _________________________________________________________________

See Also