12

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

elviejo79
  • 1,133

4 Answers4

17

I found this more straightforward and simple:

sudo dpkg-reconfigure keyboard-configuration
gotgenes
  • 2,436
8

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
elviejo79
  • 1,133
7

On Ubuntu 13.04

Switch to Dvorak:

setxkbmap dvorak

Switch back:

setxkbmap us
;dkbvnmar f;   # How to type 'setxkbmap us' in Dvorak while looking at a US Keyboard (updated)

Works locally on my Ubuntu machine. Haven't tested on ubuntu-server, but this is a prevalent search result for "dvorak keyboard linux"

mrgnw
  • 258
6

Looks like this will work, too:

$ sudo loadkeys dvorak

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