From 959089b935fdef81882a86e02ffebad199248d49 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 22 May 2025 16:19:28 +0200 Subject: [PATCH] add keyboard file slick-greeter use the file to display default layouts --- etc/default/keyboard | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 etc/default/keyboard diff --git a/etc/default/keyboard b/etc/default/keyboard new file mode 100644 index 0000000..95ed27c --- /dev/null +++ b/etc/default/keyboard @@ -0,0 +1,11 @@ +# KEYBOARD CONFIGURATION FILE +# slick-greeter/lightdm use it to display the default keyboard layouts +# Consult the keyboard(5) manual page. +# https://manpages.debian.org/jessie/keyboard-configuration/keyboard.5.en.html + +XKBMODEL="pc105" +XKBLAYOUT="us,de" +XKBVARIANT="" +XKBOPTIONS="" + +BACKSPACE="guess"