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:
Share on LinkedIn
Quick Share: Your custom post text has been copied to your clipboard! Click the button below to open LinkedIn's share dialog, then paste it.
💡 Tip: LinkedIn will open in a new tab. Use Ctrl+V (or Cmd+V on Mac) to paste your text.
Note: LinkedIn will show the article preview. You can add your custom text above it.