From e37a72935ec689c98d98b939d882152ff69789b7 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Mon, 1 Sep 2025 09:27:19 +0100 Subject: [PATCH 1/3] Add info about setting keyboard layout for new user --- documentation/asciidoc/computers/configuration/users.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/documentation/asciidoc/computers/configuration/users.adoc b/documentation/asciidoc/computers/configuration/users.adoc index 4c170a331..b0a12f510 100644 --- a/documentation/asciidoc/computers/configuration/users.adoc +++ b/documentation/asciidoc/computers/configuration/users.adoc @@ -48,6 +48,13 @@ $ sudo su - If the above command runs successfully, permissions were successfully configured for the user. +If you've changed your keyboard layout, you may find that the newly-added user is using the "wrong" keyboard layout. To fix this, log in as the new user and run: + +[source,console] +---- +$ sudo raspi-config nonint update_labwc_keyboard +---- + === Delete a user To delete a user, run the following command, replacing the `` placeholder with the username you would like to delete: From 301f34a7cba1740c003e1fba961325a5fc4c5fd2 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Tue, 2 Sep 2025 14:28:11 +0100 Subject: [PATCH 2/3] Update documentation/asciidoc/computers/configuration/users.adoc Co-authored-by: Jeunese --- documentation/asciidoc/computers/configuration/users.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/configuration/users.adoc b/documentation/asciidoc/computers/configuration/users.adoc index b0a12f510..76e175b69 100644 --- a/documentation/asciidoc/computers/configuration/users.adoc +++ b/documentation/asciidoc/computers/configuration/users.adoc @@ -48,7 +48,7 @@ $ sudo su - If the above command runs successfully, permissions were successfully configured for the user. -If you've changed your keyboard layout, you may find that the newly-added user is using the "wrong" keyboard layout. To fix this, log in as the new user and run: +If you've changed your keyboard layout, you might find that the newly-added user is using the "wrong" keyboard layout. To fix this, sign in as the new user and run: [source,console] ---- From b9d8be7c829f38781916a31ee4644de3d23115ed Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Thu, 25 Sep 2025 14:24:30 +0100 Subject: [PATCH 3/3] Update documentation/asciidoc/computers/configuration/users.adoc Co-authored-by: Kat Shann --- documentation/asciidoc/computers/configuration/users.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/configuration/users.adoc b/documentation/asciidoc/computers/configuration/users.adoc index 76e175b69..7818bd182 100644 --- a/documentation/asciidoc/computers/configuration/users.adoc +++ b/documentation/asciidoc/computers/configuration/users.adoc @@ -48,7 +48,7 @@ $ sudo su - If the above command runs successfully, permissions were successfully configured for the user. -If you've changed your keyboard layout, you might find that the newly-added user is using the "wrong" keyboard layout. To fix this, sign in as the new user and run: +If you've changed your keyboard layout, you might find that the newly added user is using the "wrong" keyboard layout. To fix this, sign in as the new user and run: [source,console] ----