KBD(4) | Device Drivers Manual | KBD(4) |
kbd - Keyboard input driver
Section "InputDevice" Identifier "idevname" Driver "kbd" ... EndSection
kbd is an Xorg input driver for keyboards. The driver supports the standard OS-provided keyboard interface, but these are currently only available to this driver module for Linux, BSD, and Solaris. This driver is the replacement for the built-in keyboard driver formerly included in Xorg.
The kbd driver functions as a keyboard input device.
Depending on the X server version in use, input device options may be set in either a xorg.conf file, an xorg.conf.d snippet, or in the configuration files read by the Hardware Abstraction Layer (HAL) daemon, hald(1).
Please refer to xorg.conf(5) for general configuration details and for options that can be used with all input drivers. This section only covers configuration details specific to this driver.
The following driver Options are supported:
For a list of available XKB options, see xkeyboard-config(7).
The following xorg.conf fragment ensures that user will be able to switch between us and sk layouts by pressing the "menu" key. The scroll lock LED shows which layout is currently active.
The XkbVariant option defines which variants of the two layouts should be used. In case of the us layout its default variant is used. In case of the sk layout its qwerty variant is used.
Section "InputDevice"
Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "base" Option "XkbModel" "pc105" Option "XkbLayout" "us,sk" Option "XkbVariant" ",qwerty" Option "XkbOptions" "grp:menu_toggle,grp_led:scroll"
EndSection
xf86-input-keyboard 1.9.0 | X Version 11 |