Difference between revisions of "Console keyboard layout"
Jump to navigation
Jump to search
(How to change the console keyboard layout.) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | Sometimes an adopter will change the console keyboard layout. This can happen when changing the | + | 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. [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]. | ||
+ | |||
== Ubuntu 8.04 == | == Ubuntu 8.04 == | ||
− | dpkg-reconfigure console-setup | + | sudo dpkg-reconfigure console-setup |
[[Category: Tech support]] | [[Category: Tech support]] |
Latest revision as of 10: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.
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