How to put the keyboard in Spanish?
I used the following command, but I still can ; and ~ on my keyboard. It took days trying but no way.
apt-get install console-data
thans
Log In to Comment
Will different keyboard layouts be implemented?
The problem is that most basic characters like ='"/-\ and so on are not possible in the web console. This renders the web console pretty useless for international users.
Thanks!
You can change your console's keyboard layout by running:
sudo dpkg-reconfigure console-data
If console-data
isn't installed, you can install it by running this command:
sudo apt-get install console-data
ssh root@your.ip.address