// Created by Mihail-Radu Solcan, (C)GPL 2006 // This file is distributed without any expressed or implied warranty. default partial hidden alphanumeric_keys modifier_keys xkb_symbols "personal" { // Based on the Latin layout // Romanian letters and quotation marks modify only seven main keys // US original keys available with AltGr name[Group1]="Romania"; // Alphanumeric section key { [ grave, asciitilde, dead_grave , dead_tilde ]}; key { [ 1 , exclam , dead_acute , exclamdown ]}; key { [ 2 , at , dead_abovering,caron ]}; key { [ 3 , numbersign, dead_diaeresis,macron ]}; key { [ 4 , dollar , dead_doubleacute,sterling ]}; key { [ 5 , percent , EuroSign , kra ]}; key { [ 6 , asciicircum,dead_circumflex,division ]}; key { [ 7 , ampersand , dead_abovedot, openstar ]}; key { [ 8 , asterisk, multiply , periodcentered]}; key { [ 9 , parenleft, dead_ogonek , emfilledrect ]}; key { [ 0 , parenright, dead_cedilla, degree ]}; key { [ minus, underscore, dead_macron, emopenrectangle]}; key { [ equal, plus , dead_caron, plusminus ]}; key { [ q, Q , guillemotleft , therefore ]}; key { [ w , W , guillemotright , Greek_OMEGA ]}; key { [ e, E , eacute , egrave ]}; key { [ r, R , registered , infinity ]}; key { [ t, T , trademark , intersection ]}; key { [ y, Y , yen , union ]}; key { [ u, U , udiaeresis , Udiaeresis ]}; key { [ i, I , implies , idotless ]}; key { [ o, O , odiaeresis , Odiaeresis ]}; key { [ p, P , paragraph , Greek_pi ]}; key { [ abreve , Abreve , bracketleft , braceleft ]}; key { [ icircumflex , Icircumflex , bracketright,braceright]}; key { [ a, A , aacute , agrave ]}; key { [ s, S , ssharp , section ]}; key { [ d, D , emdash , malesymbol ]}; key { [ f, F , endash , femalesymbol ]}; key { [ g, G , ellipsis , includes ]}; key { [ h, H , leftarrow , includedin ]}; key { [ j, J , rightarrow , ifonlyif ]}; key { [ k, K , hyphen , function ]}; key { [ l, L , lstroke , Lstroke ]}; key { [ scedilla, Scedilla , semicolon , colon ]}; key { [ tcedilla, Tcedilla , apostrophe , quotedbl ]}; key { [ z, Z , adiaeresis, Adiaeresis ]}; key { [ x, X , notsign , notequal ]}; key { [ c, C , copyright , ccedilla ]}; key { [ v, V , logicalor , diamond ]}; key { [ b, B , logicaland , horizlinescan5 ]}; key { [ n, N, singlelowquotemark, leftsinglequotemark ]}; key { [ m, M, doublelowquotemark, leftdoublequotemark ]}; key { [ comma , doublelowquotemark, singlelowquotemark,less]}; key { [ period,rightdoublequotemark,leftsinglequotemark,greater]}; key { [ slash , question, questiondown , vertbar ]}; key { [ acircumflex, Acircumflex , backslash , bar ]}; key { [ space, space, emspace , nobreakspace ]}; include "level3(ralt_switch_for_alts_toggle)" };