返回列表 發帖

Raspberry Pi —— Raspbian how to change the keyboard layout to US

本帖最後由 角色 於 2019-2-7 20:46 編輯

The default keyboard layout for a fresh Raspbian installation (Linux box specially made for Raspberry Pi boxes) is UK. I have attempted to use the raspi-config command to change it but I failed. After having browsed the website I found the following way to resolve this issue.

1. Edit (using vi command) the file /etc/default/keyboard
2. Change the keyboard layout from "gb" to "us".
3. Reboot the system

You have to use a screen terminal and change to root by typing
  1. sudo -i
複製代碼
  1. nano /etc/default/keyboard
複製代碼
change the settings as per post 1 and save.
Reboot the Raspberry Pi to activate the change.

TOP

返回列表