// $XFree86: xc/programs/xkbcomp/symbols/ro,v 3.8 2003/09/08 13:12:37 pascal Exp $ default partial alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple US/ASCII // keyboard and a very simple Romanian keybaord // Created by Manfred Pohler, (C) 2003 name[Group1]="Romanian"; // Alphanumeric section key { [ bracketright, bracketleft ] }; key { [ 1, exclam ], [ asciitilde ] }; key { [ 2, quotedbl ], [ at ] }; key { [ 3, numbersign ], [ asciicircum ] }; key { [ 4, currency ] }; key { [ 5, percent ], [ degree ] }; key { [ 6, ampersand ] }; key { [ 7, slash ], [ grave ] }; key { [ 8, parenleft ] }; key { [ 9, parenright ] }; key { [ 0, equal ] }; key { [ plus, question ] }; key { [ apostrophe, asterisk ] }; key { [ q, Q ], [ backslash ] }; key { [ w, W ], [ bar ] }; key { [ e, E ], [ EuroSign ] }; key { [ t, T ] }; key { [ z, Z ] }; key { [ u, U ] }; key { [ i, I ] }; key { [ abreve, Abreve ], [ division ] }; key { [ icircumflex, Icircumflex ], [ multiply ] }; key { [ f, F ] }; key { [ g, G ] }; key { [ scedilla, Scedilla ], [ dollar ] }; key { [ tcedilla, Tcedilla ], [ ssharp ] }; key { [ less, greater ], [ bar ] }; key { [ y, Y ] }; key { [ b, B ], [ braceleft ] }; key { [ n, N ], [ braceright ] }; key { [ m, M ], [ section ] }; key { [ comma, semicolon ], [ less ] }; key { [ period, colon ], [ greater ] }; key { [ minus, underscore ] }; key { [ acircumflex, Acircumflex ] }; key { [ Mode_switch, Multi_key ] }; // End alphanumeric section, begin "Keypad" key { [ KP_Delete, KP_Separator ] }; // End "Keypad" section // begin modifier mappings modifier_map Shift { Shift_L }; modifier_map Lock { Caps_Lock }; modifier_map Control{ Control_L }; modifier_map Mod3 { Mode_switch }; }; // symbols definition for a very simple Romanian Keyboard layout. // // We basically override some modifier_keys so that using the Right Alt // and the corresponing letter we are able to generate the romanian characters // // Created by Cristian Gafton, (C) 2000 // Modified by Mișu Moldovan, (C) 2001 // Modified by Marius Andreiana, (C) 2001 // // Diacriticele se scriu cu ALT-ul din dreapta si q,t,i,a,s (+shift eventual) partial alphanumeric_keys xkb_symbols "us_ro" { name[Group1]="Romanian for us-keyboard"; // Alphanumeric section key { [], [ acircumflex, Acircumflex ] }; key { [], [ abreve, Abreve ] }; key { [], [ scedilla, Scedilla ] }; key { [], [ tcedilla, Tcedilla ] }; key { [], [ icircumflex, Icircumflex ] }; key { [ Mode_switch, Multi_key ] }; // End alphanumeric section // begin modifier mappings modifier_map Shift { Shift_L }; modifier_map Lock { Caps_Lock }; modifier_map Control{ Control_L }; modifier_map Mod3 { Mode_switch }; }; xkb_symbols "comma" { include "ro(us_ro)" key { [], [ 0x1000219, 0x1000218 ] }; key { [], [ 0x100021b, 0x100021a ] }; }; // Romanian keyboard with access to German umlauts"; // Created by Manfred Pohler, (C) 2003 // German umlauts are accessible with and a, o , u, s (+shift for capital letters) // partial alphanumeric_keys xkb_symbols "ro_de" { include "ro(basic)" name[Group1]="German for Romanian keyboard"; key { [ u, U ], [ udiaeresis, Udiaeresis ] }; key { [ o, O ], [ odiaeresis, Odiaeresis ] }; key { [ a, A ], [ adiaeresis, Adiaeresis ] }; key { [ s, S ], [ ssharp ] }; };