Difference between revisions of "Keyboard configuration"
(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...") |
|||
Line 1: | Line 1: | ||
To change the keyboard layout type | To change the keyboard layout type | ||
− | <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 " | + | and edit the XKBLAYOUT flag to your desired layout. For example to change the layout to "us" type |
− | <code> | + | <code>XKBLAYOUT="us"</code> |
− | XKBLAYOUT=" | + | |
− | </code> | + | <code>The new layout will be used on reboot.</code> |
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.