@@ -140,7 +140,7 @@ the "xfree86" keycodes and the "pc104" symbols should be used to
140
140
initialize the keyboard. For an SGI keyboard, ",xkb,sgi/indy(pc102)"
141
141
might be useful. A list of keycodes, symbols, and geometries can be
142
142
found in
143
- .IR /usr/X11R6/lib/X11/xkb .
143
+ .IR __xkbdir__ .
144
144
If this option is not specified, the input device will be queried,
145
145
perhaps using the XKEYBOARD extension.
146
146
.RE
@@ -352,31 +352,31 @@ This option specifies parameters on the command line. Currently, only
352
352
parameters dealing with XKEYBOARD configuration are supported. These
353
353
parameters apply only to the core keyboard. Parameter values are
354
354
installation-dependent. Please see
355
- .I /usr/X11R6/lib/X11/xkb
355
+ .I __xkbdir__
356
356
or a similar directory for complete information.
357
357
.RS
358
358
.TP 8
359
359
.B XkbRules
360
- Defaults to "xfree86 ". Other values may include "sgi" and "sun".
360
+ Defaults to "__XKB_DFLT_RULES__ ". Other values may include "sgi" and "sun".
361
361
.sp
362
362
.TP 8
363
363
.B XkbModel
364
- Defaults to "pc101 ". When used with "xfree86" rules, other values may
365
- include "pc102", "pc104", "pc105 ", "microsoft", and many others. When
364
+ Defaults to "__XKB_DFLT_MODEL__ ". When used with "xfree86" rules, other values
365
+ may include "pc102", "pc104", "microsoft", and many others. When
366
366
used with "sun" rules, other values may include "type4" and "type5".
367
367
.sp
368
368
.TP 8
369
369
.B XkbLayout
370
- Defaults to "us ". Other country codes and "dvorak" are usually
370
+ Defaults to "__XKB_DFLT_LAYOUT__ ". Other country codes and "dvorak" are usually
371
371
available.
372
372
.sp
373
373
.TP 8
374
374
.B XkbVariant
375
- Defaults to "".
375
+ Defaults to "__XKB_DFLT_VARIANT__ ".
376
376
.sp
377
377
.TP 8
378
378
.B XkbOptions
379
- Defaults to "".
379
+ Defaults to "__XKB_DFLT_OPTIONS__ ".
380
380
.RE
381
381
.SH "CONFIGURATION FILE GRAMMAR"
382
382
The following words and tokens are reserved:
0 commit comments