Difference between revisions of "Keyboard configuration"
| Line 7: | Line 7: | ||
<code>XKBLAYOUT="us"</code> | <code>XKBLAYOUT="us"</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.