From da8591518df8564c56723336b10fd519aa8c8176 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Sun, 10 Apr 2022 16:05:37 +0200 Subject: [PATCH] feat: add Debian keyboard layout setup --- doc/debian-keyboard-layout.md | 16 ++++++++++++++++ doc/debian-keyboard-layout.md.license | 5 +++++ doc/debian-lid-switch-config.md.license | 5 +++++ 3 files changed, 26 insertions(+) create mode 100644 doc/debian-keyboard-layout.md create mode 100644 doc/debian-keyboard-layout.md.license create mode 100644 doc/debian-lid-switch-config.md.license diff --git a/doc/debian-keyboard-layout.md b/doc/debian-keyboard-layout.md new file mode 100644 index 0000000..1a927a8 --- /dev/null +++ b/doc/debian-keyboard-layout.md @@ -0,0 +1,16 @@ +# Configure Keyboard Layout On Debian + +* check the current layout +``` +less /etc/default/keyboard +``` + +* configure keyboard layout +``` +sudo dpkg-reconfigure keyboard-configuration +``` + +* apply changes +``` +sudo service keyboard-setup restart +``` diff --git a/doc/debian-keyboard-layout.md.license b/doc/debian-keyboard-layout.md.license new file mode 100644 index 0000000..3c4280e --- /dev/null +++ b/doc/debian-keyboard-layout.md.license @@ -0,0 +1,5 @@ +/* + * SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad + * + * SPDX-License-Identifier: CC0-1.0 + */ diff --git a/doc/debian-lid-switch-config.md.license b/doc/debian-lid-switch-config.md.license new file mode 100644 index 0000000..3c4280e --- /dev/null +++ b/doc/debian-lid-switch-config.md.license @@ -0,0 +1,5 @@ +/* + * SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad + * + * SPDX-License-Identifier: CC0-1.0 + */