[neon/neon/calamares-settings/Neon/unstable] desktop/calamares/desktop/modules: update keyboard stuffs

Carlos De Maine null at kde.org
Sun Jan 28 07:51:52 GMT 2024


Git commit 686e5bad82185f68d072885d95a13abbc199a56d by Carlos De Maine.
Committed on 28/01/2024 at 07:51.
Pushed by carlosdem into branch 'Neon/unstable'.

update keyboard stuffs

M  +11   -1    desktop/calamares/desktop/modules/keyboard.conf

https://invent.kde.org/neon/neon/calamares-settings/-/commit/686e5bad82185f68d072885d95a13abbc199a56d

diff --git a/desktop/calamares/desktop/modules/keyboard.conf b/desktop/calamares/desktop/modules/keyboard.conf
index c2518a1..d99a5bd 100644
--- a/desktop/calamares/desktop/modules/keyboard.conf
+++ b/desktop/calamares/desktop/modules/keyboard.conf
@@ -11,9 +11,19 @@ xOrgConfFileName: "/etc/X11/xorg.conf.d/00-keyboard.conf"
 
 # The path to search for keymaps converted from X11 to kbd format
 # Leave this empty if the setting does not make sense on your distribution.
-convertedKeymapPath: "/lib/kbd/keymaps/xkb"
+#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
+
+# Use the Locale1 service instead of directly managing configuration files.
+# This is the modern mechanism for configuring the systemwide keyboard layout,
+# and works on Wayland compositors to set the current layout.
+# Defaults to false on X11 and true otherwise.
+#useLocale1: true
+
+# Guess the default layout from the user locale. If false, keeps the current
+# OS keyboard layout as the default (useful if the layout is pre-configured).
+guessLayout: true


More information about the Neon-commits mailing list