"Section \*qInputDevice\*q" " Identifier \*q" idevname \*q " Driver \*qkbd\*q" ... EndSection
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 __xconfigfile__ file, an xorg.conf.d snippet, or in the configuration files read by the Hardware Abstraction Layer (HAL) daemon, hald(1).
Please refer to __xconfigfile__(__filemansuffix__) 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:
7 "Option \*qDevice\*q \*q" string \*q Specify the keyboard device. Default: the OS's default console keyboard input source. Property: "Device Node" (read-only).
7 "Option \*qProtocol\*q \*q" string \*q Specify the keyboard protocol. Valid protocol types include:
Standard, Xqueue.
Not all protocols are supported on all platforms. Default: "Standard".
7 "Option \*qXLeds\*q \*q" ledlist \*q makes the keyboard LEDs specified in ledlist available for client use instead of their traditional function (Scroll Lock, Caps Lock and Num Lock). The numbers in the list are in the range 1 to 3. Default: empty list.
7 "Option \*qXkbRules\*q \*q" rules \*q specifies which XKB rules file to use for interpreting the XkbModel , XkbLayout , XkbVariant , and XkbOptions settings. Default: "base" for most platforms. If you use the "base" value then you can find listing of all valid values for these four options in the __xkb_path__/rules/base.lst file.
7 "Option \*qXkbModel\*q \*q" modelname \*q specifies the XKB keyboard model name. Default: "pc105" for most platforms.
7 "Option \*qXkbLayout\*q \*q" layoutname \*q specifies the XKB keyboard layout name. This is usually the country or language type of the keyboard. Default: "us" for most platforms.
7 "Option \*qXkbVariant\*q \*q" variants \*q specifies the XKB keyboard variant components. These can be used to enhance the keyboard layout details. Default: not set.
7 "Option \*qXkbOptions\*q \*q" options \*q specifies the XKB keyboard option components. These can be used to enhance the keyboard behaviour. Default: not set.
For a list of available XKB options, see xkeyboard-config(__miscmansuffix__).
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 \*qInputDevice\*q
EndSectionIdentifier "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"