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.
Item | Description |
---|---|
FileDescriptor | Specifies the open file descriptor for the keyboard. |
Arg | Specifies an address of an integer that contains one of the
following values:
|