Difference between revisions of "Console keyboard layout"

From FreekiWiki
Jump to navigation Jump to search
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Sometimes an adopter will change the console keyboard layout. This can happen when changing the language of the system or sometimes just by accident.
+
Sometimes an adopter will change the console keyboard layout. This can happen when a user changes their language, accidentally or intentionally.
  
Typing anything out in the console can be very difficult when the keyboard layout has been changed so it may take a couple of tries.
+
You will need to find a keymap for different layouts.  [http://en.wikipedia.org/wiki/Keyboard_layout Wikipedia] has an excellent article on this.  Specific layouts are below.
 +
 
 +
[http://en.wikipedia.org/wiki/Keyboard_layout#QWERTY_based_layouts_for_Latin_script Qwerty]
 +
 
 +
[http://en.wikipedia.org/wiki/Keyboard_layout#Dvorak Dvorak]
 +
 
 +
[http://en.wikipedia.org/wiki/Keyboard_layout#Keyboard_layouts_for_non-Latin_alphabetic_scripts Non Latin Scripts] - i.e. Arabic, Greek, Russian etc.
 +
 
 +
[http://en.wikipedia.org/wiki/Keyboard_layout#East_Asian_languages East Asian Languages] - i.e. Chinese, Japanese, Korean.
 +
 
 +
[http://dvice.com/archives/2009/01/klingon_keyboar.php Klingon] - Note : Graphic only.
 +
 
 +
Use the above layouts to determine how to type in the commands to reset the keyboard.
 +
 
 +
 
 +
==Ubuntu 10.04==
 +
 
 +
=== Easy Way ===
 +
*Go to System - > Preferences -> Keyboard.
 +
*Click over to "Layouts".  This will display the current keyboard layouts.
 +
*Click "Add"
 +
*Select the "By Country" tab, then under "Country" select "United States", and "Variants" select "USA".
 +
*Click "Add"
 +
*Select the old layout a click "Remove".
 +
 
 +
=== Less Easy Way ===
 +
Instructions on how to change a keyboard layout via terminal are [http://ubuntu-tutorials.com/2008/01/31/changing-the-system-keyboard-mapping-on-ubuntu-dvorak-vs-qwerty/ here].
  
Hint: Make sure you know how to type in your password first.
 
 
== Ubuntu 8.04 ==
 
== Ubuntu 8.04 ==
 
  sudo dpkg-reconfigure console-setup
 
  sudo dpkg-reconfigure console-setup
  
 
[[Category: Tech support]]
 
[[Category: Tech support]]

Latest revision as of 11:37, 25 October 2011

Sometimes an adopter will change the console keyboard layout. This can happen when a user changes their language, accidentally or intentionally.

You will need to find a keymap for different layouts. Wikipedia has an excellent article on this. Specific layouts are below.

Qwerty

Dvorak

Non Latin Scripts - i.e. Arabic, Greek, Russian etc.

East Asian Languages - i.e. Chinese, Japanese, Korean.

Klingon - Note : Graphic only.

Use the above layouts to determine how to type in the commands to reset the keyboard.


Ubuntu 10.04

Easy Way

  • Go to System - > Preferences -> Keyboard.
  • Click over to "Layouts". This will display the current keyboard layouts.
  • Click "Add"
  • Select the "By Country" tab, then under "Country" select "United States", and "Variants" select "USA".
  • Click "Add"
  • Select the old layout a click "Remove".

Less Easy Way

Instructions on how to change a keyboard layout via terminal are here.

Ubuntu 8.04

sudo dpkg-reconfigure console-setup