Configure the locale and keyboard layout in Raspbian

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

Then configure the keyboard layout:

$ sudo dpkg-reconfigure keyboard-configuration

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

You might also like

Fix locale problems in Raspbian
If you get errros like this while running commands on your Raspbian: perl: warning: Setting locale...
Install Raspbian RAW image into an SD Card in Linux
First download a Raspbian RAW image from here: http://www.raspberrypi.org/downloads Plug-in your SD...
Compile and install driver for TP-Link TL-WN725N version 2 in Raspbian
NOTICE! If you are using Raspbian 2014-01-07-wheezy-raspbian with kernel 3.10.25+ go to TP-Link TL-WN725N...
Install Raspbian RAW image into an SD Card in Mac OS X
First download a Raspbian RAW image from here: http://www.raspberrypi.org/downloads Plug-in your SD...
Leave a comment ?

0 Comments.

Leave a Comment