I want to set my keyboard layout to Dvorak. How do I do that exactly?

link|improve this question
1  
This belongs on superuser – Sam Mar 11 '10 at 23:20
why would ubuntu server belong on superuser? Is it like windows home server? – Jim B Mar 12 '10 at 1:47
My first impulse was to add another vote but having had to switch keyboard layouts on a Debian server (from French to US) makes me think this can equally be an SF question. – John Gardeniers Mar 12 '10 at 4:54
feedback

migrated from serverfault.com Mar 12 '10 at 7:20

This question came from our site for system administrators and desktop support professionals.

3 Answers

I found this more straightforward and simple:

sudo dpkg-reconfigure keyboard-configuration
link|improve this answer
This is the only solution that worked for me. – Ishpeck May 20 '11 at 20:04
Only this solution actually made things persistent across reboots. – Lloeki Jun 6 '11 at 13:27
feedback
up vote 4 down vote accepted

This will guide you through the process of selecting different keyboard layouts:

$ dpkg-reconfigure console-data

Maybe you will need to install console-data.

$ sudo apt-get install console-data

If you want to make changes permanent then you can use:

$ dpkg-reconfigure console-setup
link|improve this answer
feedback

Looks like this will work, too:

$ sudo loadkeys dvorak

Hat tip to http://ma.tt/2004/01/dvorak-on-linux-console/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.