16 lines
405 B
Markdown
16 lines
405 B
Markdown
# Keyboard Layout
|
|
|
|
The default keyboard layout as well as the list of available layouts to select from can be configured with the `desktop::keyboard_layouts` key in Hiera. The value is an list of keyboard layout identifier short.
|
|
|
|
Default is:
|
|
```
|
|
desktop::keyboard_layouts:
|
|
- 'us'
|
|
- 'de'
|
|
- 'ch'
|
|
```
|
|
|
|
The available options you find at `/usr/share/X11/xkb/rules/base.lst` in the section `! layout`.
|
|
|
|
|