OLPC Italian Keyboard: Difference between revisions
(New page: {{OLPC}} {{Keyboard layouts}} ==Italian keyboard layout== 800px|none|Italian ==OLPC section of the XKB symbol file== XkbLayout "it" XkbVariant "olpc" <pre> </pre...) |
|||
Line 11: | Line 11: | ||
<pre> |
<pre> |
||
// from xkb/symbols/it |
|||
partial alphanumeric_keys |
|||
xkb_symbols "olpc" { |
|||
include "basic" |
|||
key <AE01> { [ 1, exclam, guillemotleft, guillemotright ] }; |
|||
//language key |
|||
key <I219> { [ less, greater, ISO_Next_Group, ISO_Prev_Group ] }; |
|||
}; |
|||
</pre> |
</pre> |
||
[[Category:Keyboard]] |
[[Category:Keyboard]] |
Revision as of 03:51, 31 January 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"
// from xkb/symbols/it partial alphanumeric_keys xkb_symbols "olpc" { include "basic" key <AE01> { [ 1, exclam, guillemotleft, guillemotright ] }; //language key key <I219> { [ less, greater, ISO_Next_Group, ISO_Prev_Group ] }; };