M BUZZ CRAZE NEWS
// general

Changing keyboard layout to Dvorak in Ubuntu-server

By Jessica Wood

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

1

4 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-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

Looks like this will work, too:

$ sudo loadkeys dvorak

Hat tip to

1

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"

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy