// $XFree86: xc/programs/xkbcomp/symbols/ro,v 1.6 2003/09/08 13:12:51 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 include "latin" name[Group1]="Romanian"; // Alphanumeric section key { [ bracketright, bracketleft ] }; key { [ 1, exclam, asciitilde, asciitilde ] }; key { [ 2, quotedbl, at, at ] }; key { [ 3, numbersign, asciicircum,asciicircum ] }; key { [ 4, currency ] }; key { [ 5, percent, degree, degree ] }; key { [ 6, ampersand ] }; key { [ 7, slash, grave, grave ] }; key { [ 8, parenleft ] }; key { [ 9, parenright ] }; key { [ 0, equal ] }; key { [ plus, question ] }; key { [ apostrophe, asterisk ] }; key { [ q, Q, backslash, backslash ] }; key { [ w, W, bar, bar ] }; key { [ e, E, EuroSign, EuroSign ] }; key { [ t, T ] }; key { [ z, Z ] }; key { [ u, U ] }; key { [ i, I ] }; key { [ abreve, Abreve, division, division ] }; key { [ icircumflex, Icircumflex, multiply, multiply ] }; key { [ f, F ] }; key { [ g, G ] }; key { [ scedilla, Scedilla, dollar, dollar ] }; key { [ tcedilla, Tcedilla, ssharp, ssharp ] }; key { [ y, Y ] }; key { [ b, B, braceleft, braceleft ] }; key { [ n, N, braceright, braceright ] }; key { [ m, M, section, section ] }; key { [ comma, semicolon, less, less ] }; key { [ period, colon, greater, greater ] }; key { [ minus, underscore ] }; key { [ acircumflex, Acircumflex ] }; // End alphanumeric section, begin "Keypad" key { [ KP_Delete, KP_Separator ] }; // End "Keypad" section include "level3(ralt_switch_multikey)" }; // based on a keyboard // Created by Cristian Gafton, (C) 2000 // Modified by Mišu Moldovan, (C) 2001 // Modified by Marius Andreiana, (C) 2001 // partial alphanumeric_keys xkb_symbols "us" { include "latin" name[Group1]="Romanian for us-keyboard"; key { [ q, Q, acircumflex, Acircumflex ] }; key { [ t, T, tcedilla, Tcedilla ] }; key { [ i, I, icircumflex, Icircumflex ] }; key { [ a, A, abreve, Abreve ] }; key { [ s, S, scedilla, Scedilla ] }; include "level3(ralt_switch_multikey)" }; // 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 "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 , ssharp ] }; };