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...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
To change the keyboard layout type&nbsp;
 
To change the keyboard layout type&nbsp;
  
<code>
+
<code>sudo nano /etc/default/keyboard</code>
sudo nano /etc/default/keyboard
 
</code>
 
  
and edit the XKBLAYOUT flag to your desired layout. For example to change the layout to "gb" type
+
and edit the XKBLAYOUT flag to your desired layout. For example to change the layout to "us" type
  
<code>
+
<code>XKBLAYOUT="us"</code>
XKBLAYOUT="gb"
+
 
</code>
+
The new layout will be used on reboot.

Latest revision as of 11:13, 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 "us" type

XKBLAYOUT="us"

The new layout will be used on reboot.