Change keyboard settings

sudo nano /etc/default/keyboard
XKBLAYOUT="us"  -----> add this 

Apply the changes:

sudo dpkg-reconfigure keyboard-configuration

command prompts you to select the keyboard model after running it, it means that the system needs additional information to configure the keyboard settings properly.

Last updated