Index: rules/base.xml.in =================================================================== RCS file: /cvs/xkeyboard-config/xkeyboard-config/rules/base.xml.in,v retrieving revision 1.254 diff -u -r1.254 base.xml.in --- rules/base.xml.in 30 Apr 2008 21:29:08 -0000 1.254 +++ rules/base.xml.in 5 May 2008 05:02:19 -0000 @@ -3095,14 +3095,14 @@ - comma - <_description>Commabelow + cedilla + <_description>Cedilla - std_comma - <_description>Standard (Commabelow) + std + <_description>Standard Index: symbols/ro =================================================================== RCS file: /cvs/xkeyboard-config/xkeyboard-config/symbols/ro,v retrieving revision 1.17 diff -u -r1.17 ro --- symbols/ro 2 Jan 2008 20:34:24 -0000 1.17 +++ symbols/ro 5 May 2008 05:02:20 -0000 @@ -7,15 +7,15 @@ // // The default mapping is the RO_US/Programmers layout because of the lack of // Romanian hardware keyboards. The primary standard layout is implemented as -// the "std_cedilla" variant. If you're determined to get commabelows as in -// ISO-8859-16 (and not cedillas as in ISO-8859-2) use the defined variants -// "comma" for the default layout or "std_comma" for the standard one. -// MS compatible layout included (use the "winkeys" variant). +// the "std" variant. If you're determined to get cedillas as in ISO-8859-2 +// (and not commabelow accents as in ISO-8859-16) use the defined variants +// "cedilla" for the default layout or "std_cedilla" for the standard one. +// Pre-Vista MS compatible layout included (use the "winkeys" variant). // // Created by Cristian Gafton, (C) 2000 // Modified by Marius Andreiana, (C) 2001 -// Completed by Misu Moldovan, (C) 2001, 2004-2007. -// v 1.3 +// Completed by Misu Moldovan, (C) 2001, 2004-2008. +// v 1.4 default partial alphanumeric_keys @@ -45,13 +45,13 @@ key { [ q, Q, acircumflex, Acircumflex ] }; key { [ w, W, ssharp ] }; key { [ e, E, EuroSign ] }; - key { [ t, T, tcedilla, Tcedilla ] }; + key { [ t, T, 0x100021b, 0x100021a ] }; key { [ i, I, icircumflex, Icircumflex ] }; key { [ p, P, section ] }; key { [ bracketleft, braceleft, doublelowquotemark ] }; key { [ bracketright, braceright, rightdoublequotemark ] }; key { [ a, A, abreve, Abreve ] }; - key { [ s, S, scedilla, Scedilla ] }; + key { [ s, S, 0x1000219, 0x1000218 ] }; key { [ d, D, dstroke, Dstroke ] }; key { [ l, L, lstroke, Lstroke ] }; key { [ backslash, bar ] }; @@ -63,22 +63,21 @@ }; partial alphanumeric_keys -xkb_symbols "comma" { - // Variant of the basic layout with commabelow. - // Implements S and T with commabelow as in ISO-8859-16. - // Hopefully these should become mainstream in the near future. - // For now it's just an odd variant (although the correct one). +xkb_symbols "cedilla" { + // Variant of the basic layout with cedillas. + // Implements S and T with cedilllas as in ISO-8859-2. + // Included for compatibility reasons (this used to be the default variant). include "ro(basic)" - name[Group1]="Romania - Commabelow"; + name[Group1]="Romania - Cedilla"; - key { [ t, T, 0x100021b, 0x100021a ] }; - key { [ s, S, 0x1000219, 0x1000218 ] }; + key { [ t, T, tcedilla, Tcedilla ] }; + key { [ s, S, scedilla, Scedilla ] }; }; partial alphanumeric_keys -xkb_symbols "std_cedilla" { +xkb_symbols "std" { // Primary layout in the new Romanian standard. // Implemented here as a variant because of the lack of hardware // Romanian keyboards and because of the predilection of Romanian @@ -86,7 +85,7 @@ include "us" - name[Group1]="Romania - Standard (Cedilla)"; + name[Group1]="Romania - Standard"; key { [ doublelowquotemark, rightdoublequotemark, grave, asciitilde ] }; key { [ 1, exclam, dead_tilde ] }; @@ -109,8 +108,8 @@ key { [ s, S, ssharp ] }; key { [ d, D, dstroke, Dstroke ] }; key { [ l, L, lstroke, Lstroke ] }; - key { [ scedilla, Scedilla, semicolon, colon ] }; - key { [ tcedilla, Tcedilla, apostrophe, quotedbl ] }; + key { [ 0x1000219, 0x1000218, semicolon, colon ] }; + key { [ 0x100021b, 0x100021a, apostrophe, quotedbl ] }; key { [ backslash, bar ] }; key { [ c, C, copyright ] }; key { [ comma, semicolon, less, guillemotleft ] }; @@ -123,18 +122,17 @@ partial alphanumeric_keys -xkb_symbols "std_comma" { - // Academic variant of the standard layout with commabelow. - // Implements S and T with commabelow as in ISO-8859-16. - // Hopefully these should become mainstream in a few years. - // For now it's the oddest variant (although the perfect one). +xkb_symbols "std_cedilla" { + // Variant of the "std" layout with cedillas. + // Implements S and T with cedillas as in ISO-8859-2. + // Included for compatibility reasons. - include "ro(std_cedilla)" + include "ro(std)" - name[Group1]="Romania - Standard (Commabelow)"; + name[Group1]="Romania - Standard (Cedilla)"; - key { [ 0x1000219, 0x1000218 ] }; - key { [ 0x100021b, 0x100021a ] }; + key { [ scedilla, Scedilla ] }; + key { [ tcedilla, Tcedilla ] }; };