Skip to content

Commit e37a729

Browse files
authored
Add info about setting keyboard layout for new user
1 parent 41ddd7d commit e37a729

File tree

1 file changed

+7
-0
lines changed
  • documentation/asciidoc/computers/configuration

1 file changed

+7
-0
lines changed

documentation/asciidoc/computers/configuration/users.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ $ sudo su - <username>
4848

4949
If the above command runs successfully, permissions were successfully configured for the user.
5050

51+
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:
52+
53+
[source,console]
54+
----
55+
$ sudo raspi-config nonint update_labwc_keyboard
56+
----
57+
5158
=== Delete a user
5259

5360
To delete a user, run the following command, replacing the `<username>` placeholder with the username you would like to delete:

0 commit comments

Comments
 (0)