calamares-settings/calamares/modules/keyboard.conf

24 lines
879 B
Plaintext
Raw Normal View History

2021-10-18 13:19:17 +00:00
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
2019-10-28 13:48:02 +00:00
# NOTE: you must have ckbcomp installed and runnable
# on the live system, for keyboard layout previews.
---
# The name of the file to write X11 keyboard settings to
# The default value is the name used by upstream systemd-localed.
# Relative paths are assumed to be relative to /etc/X11/xorg.conf.d
xOrgConfFileName: "/etc/X11/xorg.conf.d/00-keyboard.conf"
2021-10-18 13:19:17 +00:00
# The path to search for keymaps converted from X11 to kbd format.
# Common paths for this are:
# - /lib/kbd/keymaps/xkb
# - /usr/share/kbd/keymaps/xkb
2019-10-28 13:48:02 +00:00
# Leave this empty if the setting does not make sense on your distribution.
2021-10-18 13:19:17 +00:00
#
2019-10-28 13:48:02 +00:00
convertedKeymapPath: "/lib/kbd/keymaps/xkb"
# Write keymap configuration to /etc/default/keyboard, usually
# found on Debian-related systems.
# Defaults to true if nothing is set.
#writeEtcDefaultKeyboard: true