man: document how to specify multiple xkb layouts and options
This isn't described in xkeyboard-config(7).
This commit is contained in:
parent
53e01bf5c7
commit
1b396273bb
|
@ -52,6 +52,8 @@ For more information on these xkb configuration options, see
|
||||||
*input* <identifier> xkb_layout <layout_name>
|
*input* <identifier> xkb_layout <layout_name>
|
||||||
Sets the layout of the keyboard like _us_ or _de_.
|
Sets the layout of the keyboard like _us_ or _de_.
|
||||||
|
|
||||||
|
Multiple layouts can be specified by separating them with commas.
|
||||||
|
|
||||||
*input* <identifier> xkb_model <model_name>
|
*input* <identifier> xkb_model <model_name>
|
||||||
Sets the model of the keyboard. This has an influence for some extra keys
|
Sets the model of the keyboard. This has an influence for some extra keys
|
||||||
your keyboard might have.
|
your keyboard might have.
|
||||||
|
@ -59,6 +61,8 @@ For more information on these xkb configuration options, see
|
||||||
*input* <identifier> xkb_options <options>
|
*input* <identifier> xkb_options <options>
|
||||||
Sets extra xkb configuration options for the keyboard.
|
Sets extra xkb configuration options for the keyboard.
|
||||||
|
|
||||||
|
Multiple options can be specified by separating them with commas.
|
||||||
|
|
||||||
*input* <identifier> xkb_rules <rules>
|
*input* <identifier> xkb_rules <rules>
|
||||||
Sets files of rules to be used for keyboard mapping composition.
|
Sets files of rules to be used for keyboard mapping composition.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue