sabato 12 ottobre 2013

layout keybord raspberry pi

Puo' capitare che usando il conado
#:raspi-config
si cerchi di configurare la tastiera ma questa non viene modificata, in questi casi bisogna:
1)
#:sudo nano /etc/default/keyboard

a questo punto  apparirà questo:

# KEYBOARD CONFIGURATION FILE

# Consult the keyboard(5) manual page.

XKBMODEL="pc105"
XKBLAYOUT="gb"
XKBVARIANT=""
XKBOPTIONS=""

BACKSPACE="guess"

 2) cambiare la XKBLAYOUT="gb" in  XKBLAYOUT="it"
3) salvare tutto e ravviare


Creative Common BY-SA


***** UK**** 
Somatime raspi-config don't work well for change the layoyt the keybord in this situetion you can:

1) #:sudo nano /etc/default/keyboard

 now you can see this

# KEYBOARD CONFIGURATION FILE

# Consult the keyboard(5) manual page.

XKBMODEL="pc105"
XKBLAYOUT="gb"
XKBVARIANT=""
XKBOPTIONS=""

BACKSPACE="guess"


 2) change la XKBLAYOUT="gb" in  XKBLAYOUT="de"

3) save and reboot the raspbarry pi 



Creative Common BY-SA

Nessun commento:

Posta un commento