OLPC Italian Keyboard: Difference between revisions
m (Italian Keyboard moved to OLPC Italian Keyboard: Consistency is my hobgoblin. Making naming scheme consistent among keyboard layouts.) |
|||
(8 intermediate revisions by one other user not shown) | |||
Line 11: | Line 11: | ||
<pre> |
<pre> |
||
// The "basic" section below is an amalgamation of the it and latin xkb/symbols files |
|||
// from xkb/symbols/it |
|||
partial alphanumeric_keys |
|||
⚫ | |||
default partial |
|||
⚫ | |||
xkb_symbols "basic" { |
|||
⚫ | |||
key <TLDE> { [ backslash, bar, notsign, brokenbar ] }; |
|||
key <AE01> { [ 1, exclam, onesuperior, exclamdown ] }; |
|||
key <AE02> { [ 2, quotedbl, twosuperior, dead_doubleacute ] }; |
|||
key <AE03> { [ 3, sterling,threesuperior, dead_tilde ] }; |
|||
key <AE04> { [ 4, dollar, onequarter, oneeighth ] }; |
|||
key <AE05> { [ 5, percent, onehalf, threeeighths ] }; |
|||
key <AE06> { [ 6, ampersand, notsign, fiveeighths ] }; |
|||
key <AE07> { [ 7, slash, braceleft, seveneighths ] }; |
|||
key <AE08> { [ 8, parenleft, bracketleft, trademark ] }; |
|||
key <AE09> { [ 9, parenright, bracketright, plusminus ] }; |
|||
key <AE10> { [ 0, equal, braceright, dead_ogonek ] }; |
|||
key <AE11> { [apostrophe, question, grave, questiondown ] }; |
|||
key <AE12> { [ equal, plus, dead_cedilla, dead_ogonek ] }; |
|||
key <AD01> { [ q, Q, at, Greek_OMEGA ] }; |
|||
key <AD02> { [ w, W, lstroke, Lstroke ] }; |
|||
key <AD03> { [ e, E, EuroSign, cent ] }; |
|||
key <AD04> { [ r, R, paragraph, registered ] }; |
|||
key <AD05> { [ t, T, tslash, Tslash ] }; |
|||
key <AD06> { [ y, Y, leftarrow, yen ] }; |
|||
key <AD07> { [ u, U, downarrow, uparrow ] }; |
|||
key <AD08> { [ i, I, rightarrow, idotless ] }; |
|||
key <AD09> { [ o, O, oslash, Ooblique ] }; |
|||
key <AD10> { [ p, P, thorn, THORN ] }; |
|||
key <AD11> { [ egrave, eacute, bracketleft, braceleft ] }; |
|||
key <AD12> { [ plus, asterisk, bracketright, braceright ] }; |
|||
key <AC01> { [ a, A, ae, AE ] }; |
|||
key <AC02> { [ s, S, ssharp, section ] }; |
|||
key <AC03> { [ d, D, eth, ETH ] }; |
|||
key <AC04> { [ f, F, dstroke, ordfeminine ] }; |
|||
key <AC05> { [ g, G, eng, ENG ] }; |
|||
key <AC06> { [ h, H, hstroke, Hstroke ] }; |
|||
key <AC07> { [ j, J ] }; |
|||
key <AC08> { [ k, K, kra, ampersand ] }; |
|||
key <AC09> { [ l, L, lstroke, Lstroke ] }; |
|||
key <AC10> { [ ograve, ccedilla, at, dead_cedilla ] }; |
|||
key <AC11> { [ agrave, degree, numbersign, dead_abovering ] }; |
|||
key <AB01> { [ z, Z, guillemotleft, less ] }; |
|||
key <AB02> { [ x, X, guillemotright, greater ] }; |
|||
key <AB03> { [ c, C, cent, copyright ] }; |
|||
key <AB04> { [ v, V, leftdoublequotemark, leftsinglequotemark ] }; |
|||
key <AB05> { [ b, B, rightdoublequotemark, rightsinglequotemark ] }; |
|||
key <AB06> { [ n, N, ntilde, Ntilde ] }; |
|||
key <AB07> { [ m, M, mu, masculine ] }; |
|||
key <AB08> { [ comma, semicolon, dead_acute, multiply ] }; |
|||
key <AB09> { [ period, colon,periodcentered, dead_diaeresis ] }; |
|||
key <AB10> { [ minus, underscore, dead_macron, division ] }; |
|||
}; |
|||
// OLPC Section |
|||
⚫ | |||
⚫ | |||
//language key |
|||
key < |
key <AE12> { [ igrave, asciicircum, asciitilde, dead_tilde ] }; |
||
key <BKSL> { [ ugrave, section, Egrave, dead_breve ] }; |
|||
⚫ | |||
}; |
}; |
||
</pre> |
</pre> |
Latest revision as of 17:22, 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
Italian keyboard layout
OLPC section of the XKB symbol file
XkbLayout "it" XkbVariant "olpc"
// The "basic" section below is an amalgamation of the it and latin xkb/symbols files default partial xkb_symbols "basic" { key <TLDE> { [ backslash, bar, notsign, brokenbar ] }; key <AE01> { [ 1, exclam, onesuperior, exclamdown ] }; key <AE02> { [ 2, quotedbl, twosuperior, dead_doubleacute ] }; key <AE03> { [ 3, sterling,threesuperior, dead_tilde ] }; key <AE04> { [ 4, dollar, onequarter, oneeighth ] }; key <AE05> { [ 5, percent, onehalf, threeeighths ] }; key <AE06> { [ 6, ampersand, notsign, fiveeighths ] }; key <AE07> { [ 7, slash, braceleft, seveneighths ] }; key <AE08> { [ 8, parenleft, bracketleft, trademark ] }; key <AE09> { [ 9, parenright, bracketright, plusminus ] }; key <AE10> { [ 0, equal, braceright, dead_ogonek ] }; key <AE11> { [apostrophe, question, grave, questiondown ] }; key <AE12> { [ equal, plus, dead_cedilla, dead_ogonek ] }; key <AD01> { [ q, Q, at, Greek_OMEGA ] }; key <AD02> { [ w, W, lstroke, Lstroke ] }; key <AD03> { [ e, E, EuroSign, cent ] }; key <AD04> { [ r, R, paragraph, registered ] }; key <AD05> { [ t, T, tslash, Tslash ] }; key <AD06> { [ y, Y, leftarrow, yen ] }; key <AD07> { [ u, U, downarrow, uparrow ] }; key <AD08> { [ i, I, rightarrow, idotless ] }; key <AD09> { [ o, O, oslash, Ooblique ] }; key <AD10> { [ p, P, thorn, THORN ] }; key <AD11> { [ egrave, eacute, bracketleft, braceleft ] }; key <AD12> { [ plus, asterisk, bracketright, braceright ] }; key <AC01> { [ a, A, ae, AE ] }; key <AC02> { [ s, S, ssharp, section ] }; key <AC03> { [ d, D, eth, ETH ] }; key <AC04> { [ f, F, dstroke, ordfeminine ] }; key <AC05> { [ g, G, eng, ENG ] }; key <AC06> { [ h, H, hstroke, Hstroke ] }; key <AC07> { [ j, J ] }; key <AC08> { [ k, K, kra, ampersand ] }; key <AC09> { [ l, L, lstroke, Lstroke ] }; key <AC10> { [ ograve, ccedilla, at, dead_cedilla ] }; key <AC11> { [ agrave, degree, numbersign, dead_abovering ] }; key <AB01> { [ z, Z, guillemotleft, less ] }; key <AB02> { [ x, X, guillemotright, greater ] }; key <AB03> { [ c, C, cent, copyright ] }; key <AB04> { [ v, V, leftdoublequotemark, leftsinglequotemark ] }; key <AB05> { [ b, B, rightdoublequotemark, rightsinglequotemark ] }; key <AB06> { [ n, N, ntilde, Ntilde ] }; key <AB07> { [ m, M, mu, masculine ] }; key <AB08> { [ comma, semicolon, dead_acute, multiply ] }; key <AB09> { [ period, colon,periodcentered, dead_diaeresis ] }; key <AB10> { [ minus, underscore, dead_macron, division ] }; }; // OLPC Section xkb_symbols "olpc" { include "basic" key <AE12> { [ igrave, asciicircum, asciitilde, dead_tilde ] }; key <BKSL> { [ ugrave, section, Egrave, dead_breve ] }; key <I219> { [ less, greater, guillemotleft, guillemotright ] }; };