18 lines
527 B
Plaintext
18 lines
527 B
Plaintext
# ============================================================
|
|
# FWS Linux — modules/keyboard.conf
|
|
# ============================================================
|
|
|
|
# Disposition clavier par défaut
|
|
xorgConfigFileName: "/etc/X11/xorg.conf.d/00-keyboard.conf"
|
|
|
|
# Clavier par défaut
|
|
keyboardLayout: "fr"
|
|
keyboardVariant: ""
|
|
keyboardModel: "pc105"
|
|
|
|
# Permettre à l'utilisateur de choisir son clavier
|
|
guiTimezone: true
|
|
|
|
# Conversions vc (console virtuelle) → X11
|
|
convertedKeymapPath: "/lib/kbd/keymaps/xkb"
|