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 + */