OLPC French (ca)(ht) Keyboard: Difference between revisions
(5 intermediate revisions by 5 users not shown) | |||
Line 19: | Line 19: | ||
key <AE01> { [ 1, exclam, plusminus ] }; |
key <AE01> { [ 1, exclam, plusminus ] }; |
||
key <AE02> { [ 2, quotedbl, at ] }; |
key <AE02> { [ 2, quotedbl, at ] }; |
||
key <AE03> { [ 3, slash, |
key <AE03> { [ 3, slash, sterling ] }; |
||
key <AE04> { [ 4, dollar, cent ] }; |
key <AE04> { [ 4, dollar, cent ] }; |
||
key <AE05> { [ 5, percent, currency ] }; |
key <AE05> { [ 5, percent, currency ] }; |
||
Line 73: | Line 73: | ||
}; |
}; |
||
// OLPC Section |
|||
xkb_symbols "olpc" { |
|||
include "fr" |
|||
key <AE03> { [ 3, slash, ograve, Ograve ] }; |
|||
}; |
|||
</pre> |
</pre> |
||
[[Category:Keyboard]] |
[[Category:Keyboard]] |
Latest revision as of 03:25, 22 May 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
kreyòl keyboard layout
OLPC section of the XKB symbol file
XkbLayout "ca"
// $XKeyboardConfig: xkbdesc/symbols/ca,v 1.14 2006/09/04 20:25:10 svu Exp $ default partial xkb_symbols "fr" { name[Group1] = "Canada"; key <TLDE> { [ numbersign, bar, backslash ] }; key <AE01> { [ 1, exclam, plusminus ] }; key <AE02> { [ 2, quotedbl, at ] }; key <AE03> { [ 3, slash, sterling ] }; key <AE04> { [ 4, dollar, cent ] }; key <AE05> { [ 5, percent, currency ] }; key <AE06> { [ 6, question, notsign ] }; key <AE07> { [ 7, ampersand, brokenbar ] }; key <AE08> { [ 8, asterisk, twosuperior ] }; key <AE09> { [ 9, parenleft, threesuperior ] }; key <AE10> { [ 0, parenright, onequarter ] }; key <AE11> { [ minus, underscore, onehalf ] }; key <AE12> { [ equal, plus, threequarters ] }; key <AD01> { [ q, Q ] }; key <AD02> { [ w, W ] }; key <AD03> { [ e, E ] }; key <AD04> { [ r, R ] }; key <AD05> { [ t, T ] }; key <AD06> { [ y, Y ] }; key <AD07> { [ u, U ] }; key <AD08> { [ i, I ] }; key <AD09> { [ o, O, section ] }; key <AD10> { [ p, P, paragraph ] }; key <AD11> { [dead_circumflex, dead_circumflex, bracketleft ] }; key <AD12> { [ dead_cedilla, dead_diaeresis, bracketright ] }; key <AC01> { [ a, A ] }; key <AC02> { [ s, S ] }; key <AC03> { [ d, D ] }; key <AC04> { [ f, F ] }; key <AC05> { [ g, G ] }; key <AC06> { [ h, H ] }; key <AC07> { [ j, J ] }; key <AC08> { [ k, K ] }; key <AC09> { [ l, L ] }; key <AC10> { [ semicolon, colon, asciitilde ] }; key <AC11> { [dead_grave, dead_grave, braceleft ] }; key <BKSL> { [ less, greater, braceright ] }; key <LSGT> { [guillemotleft, guillemotright, degree] }; key <AB01> { [ z, Z ] }; key <AB02> { [ x, X ] }; key <AB03> { [ c, C ] }; key <AB04> { [ v, V ] }; key <AB05> { [ b, B ] }; key <AB06> { [ n, N ] }; key <AB07> { [ m, M, mu ] }; key <AB08> { [ comma, apostrophe, macron ] }; key <AB09> { [ period, period, hyphen ] }; key <AB10> { [ eacute, Eacute, dead_acute ] }; key <SPCE> { [ space, space, nobreakspace ] }; include "level3(ralt_switch)" }; // OLPC Section xkb_symbols "olpc" { include "fr" key <AE03> { [ 3, slash, ograve, Ograve ] }; };