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:
sudo nano /etc/default/keyboard
```text
Change `XKBLAYOUT="gb"` to `XKBLAYOUT="us"`.
```bash
sudo rebootHit CTRL+O, Hit Enter, Hit CTRL+X to Close
Jon
Share: