Configures the keyboard clicker.
#include <sys/inputdd.h>
int ioctl (FileDescriptor, KSCFGCLICK, Arg) int FileDescriptor; uint *Arg;
The KSCFGCLICK ioctl subroutine call enables and disables the keyboard clicker and sets the clicker's volume. When the keyboard clicker is enabled, the native keyboard speaker generates a sound when a key is pressed.
The KSCFGCLICK ioctl subroutine call is supported even when the workstation does not provide a keyboard clicker.
When keyboard diagnostics are enabled, the KSCFGCLICK ioctl subroutine call fails and set the errno global variable to a value of EBUSY.
This ioctl subroutine call is part of Base Operating System (BOS) Runtime.