Quantcast
Channel: Programming and Technology » GNU/Linux
Viewing all articles
Browse latest Browse all 55

Configure the locale and keyboard layout in Raspbian

$
0
0

I have a keyboard with the spanish layout (with the “ñ” key, etc.) but Raspbian comes by default only with the english locale and keyboard layout. To make my keyboard work correctly I first added the spanish es_ES.UTF-8 locale on the system:

$ sudo dpkg-reconfigure locales

locale-01

Then configure the keyboard layout:

$ sudo dpkg-reconfigure keyboard-configuration

locale-02

locale-03

locale-04

locale-05

locale-06

You may also change the time zone to your country:

$ sudo dpkg-reconfigure tzdata

Ref: http://wiki.bandaancha.st/C%C3%B3mo_espa%C3%B1olizar_tu_Raspberry_Pi


Viewing all articles
Browse latest Browse all 55

Trending Articles