OLPC Armenian Keyboard: Difference between revisions
m (Armenian Keyboard moved to OLPC Armenian Keyboard: Consistency is my hobgoblin. Making naming scheme consistent among keyboard layouts.) |
|
(No difference)
|
Revision as of 17:19, 5 April 2008
OLPC keyboard layouts
Instructions for setting up keyboard switching in Terminal are on the Customizing NAND images page. On bilingual XOs, the multiplication/division key is replaced with a keyboard switching key.
Changing the language of the keyboard is independent of changing the language currently displayed. The language currently displayed can be changed by using the Language section of the Sugar Control Panel.
Membrane keyboard layouts
English (US international); Spanish (Latin America); Portuguese (Brazilian); Amharic (Ethiopic); Arabic; Nigerian (Igbo, Hausa, Yoruba); French; Thai; Urdu; Cyrillic (Russian); Turkish; Nepali; Mongolian; Kazakh; Devanagari; Uzbek; Pashto; Dari; Armenian; Khmer; Pulaar; Italian; Kreyòl; German; Chinese (Simplified); OLPC AZERTY
Non-membrane keyboard layouts
Starting with the XO-1.5 HS ("High School") edition, the XO laptop has a traditional (non-membrane) keyboard available as an option: English (US International); Spanish (Latin America);
Blank Keyboard Artwork
Artwork defining the inner dimensions of the membrane keyboard is available here: keyboard-blank.svg
Armenian keyboard layout
OLPC section of the XKB symbol file
To use the XKB Armenian layout along with US layout, you may need to edit /etc/X11/xorg.conf. This will make "us" the first and "am" a second layout:
XkbLayout "us,am" XkbVariant "olpc2,olpc"
// $XKeyboardConfig: xkbdesc/symbols/am,v 1.10 2006/09/24 19:12:34 svu Exp $ // based on a keyboard map from an 'xkb/symbols/am' file // // $XFree86: xc/programs/xkbcomp/symbols/am,v 1.4 2003/05/29 12:41:58 pascal Exp $ partial default alphanumeric_keys xkb_symbols "basic" { name[Group1]= "Armenia"; // Alphanumeric section key <TLDE> { [ 0x100055d, 0x100055c ] }; key <LSGT> { [ question, 0x100058a ] }; key <BKSL> { [ guillemotright, guillemotleft ] }; key <AE01> { [ 0x1000586, 0x1000556 ] }; key <AE02> { [ 0x1000571, 0x1000541 ] }; key <AE03> { [ 0x1002013, 0x1002014 ] }; key <AE04> { [ comma, dollar ] }; key <AE05> { [ 0x1000589, 0x1002026 ] }; key <AE06> { [ 0x100055e, percent ] }; key <AE07> { [ 0x1002024, 0x1000587 ] }; key <AE08> { [ 0x100055b, 0x10002bc ] }; key <AE09> { [ parenright, parenleft ] }; key <AE10> { [ 0x1000585, 0x1000555 ] }; key <AE11> { [ 0x1000567, 0x1000537 ] }; key <AE12> { [ 0x1000572, 0x1000542 ] }; key <AD01> { [ 0x1000573, 0x1000543 ] }; key <AD02> { [ 0x1000583, 0x1000553 ] }; key <AD03> { [ 0x1000562, 0x1000532 ] }; key <AD04> { [ 0x100057d, 0x100054d ] }; key <AD05> { [ 0x1000574, 0x1000544 ] }; key <AD06> { [ 0x1000578, 0x1000548 ] }; key <AD07> { [ 0x1000582, 0x1000552 ] }; key <AD08> { [ 0x100056f, 0x100053f ] }; key <AD09> { [ 0x1000568, 0x1000538 ] }; key <AD10> { [ 0x1000569, 0x1000539 ] }; key <AD11> { [ 0x100056e, 0x100053e ] }; key <AD12> { [ 0x1000581, 0x1000551 ] }; key <AC01> { [ 0x100057b, 0x100054b ] }; key <AC02> { [ 0x100057e, 0x100054e ] }; key <AC03> { [ 0x1000563, 0x1000533 ] }; key <AC04> { [ 0x1000565, 0x1000535 ] }; key <AC05> { [ 0x1000561, 0x1000531 ] }; key <AC06> { [ 0x1000576, 0x1000546 ] }; key <AC07> { [ 0x100056b, 0x100053b ] }; key <AC08> { [ 0x100057f, 0x100054f ] }; key <AC09> { [ 0x1000570, 0x1000540 ] }; key <AC10> { [ 0x100057a, 0x100054a ] }; key <AC11> { [ 0x1000580, 0x1000550 ] }; key <AB01> { [ 0x100056a, 0x100053a ] }; key <AB02> { [ 0x1000564, 0x1000534 ] }; key <AB03> { [ 0x1000579, 0x1000549 ] }; key <AB04> { [ 0x1000575, 0x1000545 ] }; key <AB05> { [ 0x1000566, 0x1000536 ] }; key <AB06> { [ 0x100056c, 0x100053c ] }; key <AB07> { [ 0x1000584, 0x1000554 ] }; key <AB08> { [ 0x100056d, 0x100053d ] }; key <AB09> { [ 0x1000577, 0x1000547 ] }; key <AB10> { [ 0x100057c, 0x100054c ] }; //language key key <I219> { [ ISO_Next_Group, ISO_Prev_Group ] }; };