Difference between revisions of "Keyboard configuration"

From Raspberry Pi Min-Grant project
Jump to: navigation, search
(Created page with "To change the keyboard layout type  <code> sudo nano /etc/default/keyboard </code> and edit the XKBLAYOUT flag to your desired layout. For example to change the layout...")
(No difference)

Revision as of 10:52, 29 April 2015

To change the keyboard layout type 

sudo nano /etc/default/keyboard

and edit the XKBLAYOUT flag to your desired layout. For example to change the layout to "gb" type

XKBLAYOUT="gb"