This is kind of a reminder for myself because I never remember this when I need it
To change the keyboard layout (e.g. to Spanish) in the Linux command line, type the following command:
# loadkey es
That’s all!
|
||||||
Change keyboard layout in a Linux terminalThis is kind of a reminder for myself because I never remember this when I need it To change the keyboard layout (e.g. to Spanish) in the Linux command line, type the following command: # loadkey es That’s all! 6 comments to Change keyboard layout in a Linux terminal |
||||||
|
Copyright © 2013 Marcos Orfila - All Rights Reserved |
||||||
Hi:
I think that it’s loadkeys, not loadkey.
And I think that it doesn’t work when you boot basic Linux distros just in command line.
Bye
In Puppy Linux loadkeys doesn’t work
In Puppy Linux’s console it’s:
setxkbmap -layout es
More info:
http://murga-linux.com/puppy/viewtopic.php?t=49614
In other distros:
http://www.howtoforge.com/changing-language-and-keyboard-layout-on-various-linux-distributions
On Ubuntu server 11.04:
sudo loadkeys
Hi for using the command:
loadkeys
You may first install “console-tools” in terminal type:
sudo apt-get install console-tools
You always have to use sudo before loadkeys. How can it be added to the .bashrc file so I don’t have to type it every time I log in the console?