Jon Gallant

How to Change Raspberry Pi Keyboard Layout

1 min read

The default Raspberry Pi keyboard layout is “gb”. You can change to US by doing the following:

Terminal window
sudo nano /etc/default/keyboard
```text
Change `XKBLAYOUT="gb"` to `XKBLAYOUT="us"`.
```bash
sudo reboot

Hit CTRL+O, Hit Enter, Hit CTRL+X to Close

Jon

Share:
Share on X