Wednesday, January 1, 2014

Change keyboard layout of Raspberry Pi to US

The default keyboard layout of Raspberry Pi is UK. To change to US, you can edit the file /etc/default/keyboard. Enter the command:
$ sudo nano /etc/default/keyboard

Chnage to XKBLAYOUT="us".

Save the file and exit.

Then reboot.

No comments: