1KEYBOARD(4) Kernel Interfaces Manual KEYBOARD(4)
2
3
4
6 keyboard - Keyboard input driver
7
9 Section "InputDevice"
10 Identifier "idevname"
11 Driver "keyboard"
12 ...
13 EndSection
14
16 keyboard is an Xorg input driver for keyboards. The driver supports
17 the standard OS-provided keyboard interface.
18
19 The keyboard driver functions as a keyboard input device, and may be
20 used as the X server's core keyboard.
21
22 This driver is built-in to the core X server, and multiple instances
23 are not supported. A loadable driver, kbd, is available, and is
24 planned to replace the keyboard driver in a future release of the Xorg
25 server.
26
28 Please refer to xorg.conf(5x) for general configuration details and for
29 options that can be used with all input drivers. This section only
30 covers configuration details specific to this driver.
31
32 The following driver Options are supported:
33
34 Option "Protocol" "string"
35 Specify the keyboard protocol. Valid protocol types include:
36
37 Standard, Xqueue.
38
39 Not all protocols are supported on all platforms. Default:
40 "Standard".
41
42 Option "AutoRepeat" "delay rate"
43 sets the auto repeat behaviour for the keyboard. This is not
44 implemented on all platforms. delay is the time in milliseconds
45 before a key starts repeating. rate is the number of times a
46 key repeats per second. Default: "500 30".
47
48 Option "XLeds" "ledlist"
49 makes the keyboard LEDs specified in ledlist available for
50 client use instead of their traditional function (Scroll Lock,
51 Caps Lock and Num Lock). The numbers in the list are in the
52 range 1 to 3. Default: empty list.
53
54 Option "XkbDisable" "boolean"
55 disable/enable the XKEYBOARD extension. The -kb command line
56 option overrides this config file option. Default: XKB is
57 enabled.
58
59 NOTE: This option should be specified in the ServerFlags section
60 rather than here. It's use here is deprecated.
61
62 Option "XkbRules" "rules"
63 specifies which XKB rules file to use for interpreting the Xkb‐
64 Model, XkbLayout, XkbVariant, and XkbOptions settings. Default:
65 "xorg" for most platforms, but "xfree98" for the Japanese PC-98
66 platforms.
67
68 Option "XkbModel" "modelname"
69 specifies the XKB keyboard model name. Default: "pc105" for
70 most platforms, but "pc98" for the Japanese PC-98 platforms.
71
72 Option "XkbLayout" "layoutname"
73 specifies the XKB keyboard layout name. This is usually the
74 country or language type of the keyboard. Default: "us" for
75 most platforms, but "nec/jp" for the Japanese PC-98 platforms.
76
77 Option "XkbVariant" "variants"
78 specifies the XKB keyboard variant components. These can be
79 used to enhance the keyboard layout details. Default: not set.
80
81 Option "XkbOptions" "options"
82 specifies the XKB keyboard option components. These can be used
83 to enhance the keyboard behaviour. Default: not set.
84
85 Some other XKB-related options are available, but they are incompatible
86 with the ones listed above and are not recommended, so they are not
87 documented here.
88
90 kbd(4), Xorg(1x), xorg.conf(5x), xorgconfig(1x), Xserver(1x), X(7).
91
92
93
94X Version 11 xf86-input-keyboard 1.1.0 KEYBOARD(4)