I want to set my keyboard layout to Dvorak. How do I do that exactly?
14 Answers
I found this more straightforward and simple:
sudo dpkg-reconfigure keyboard-configuration 2 This will guide you through the process of selecting different keyboard layouts:
$ dpkg-reconfigure console-dataMaybe you will need to install console-data.
$ sudo apt-get install console-dataIf you want to make changes permanent then you can use:
$ dpkg-reconfigure console-setup Looks like this will work, too:
$ sudo loadkeys dvorak
Hat tip to
1On Ubuntu 13.04
Switch to Dvorak:
setxkbmap dvorakSwitch 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"
1