Index: rules/base.xml.in =================================================================== RCS file: /cvs/xkeyboard-config/xkeyboard-config/rules/base.xml.in,v retrieving revision 1.254 diff -r1.254 base.xml.in 3098,3099c3098,3099 < comma < <_description>Commabelow --- > cedilla > <_description>Cedilla 3104,3105c3104,3105 < 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 -r1.17 ro 10,13c10,13 < // 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). 17,18c17,18 < // Completed by Misu Moldovan, (C) 2001, 2004-2007. < // v 1.3 --- > // Completed by Misu Moldovan, (C) 2001, 2004-2008. > // v 1.4 48c48 < key { [ t, T, tcedilla, Tcedilla ] }; --- > key { [ t, T, 0x100021b, 0x100021a ] }; 54c54 < key { [ s, S, scedilla, Scedilla ] }; --- > key { [ s, S, 0x1000219, 0x1000218 ] }; 66c66 < xkb_symbols "comma" { --- > xkb_symbols "cedilla" { 74c74 < name[Group1]="Romania - Commabelow"; --- > name[Group1]="Romania - Cedilla"; 76,77c76,77 < key { [ t, T, 0x100021b, 0x100021a ] }; < key { [ s, S, 0x1000219, 0x1000218 ] }; --- > key { [ t, T, tcedilla, Tcedilla ] }; > key { [ s, S, scedilla, Scedilla ] }; 81c81 < xkb_symbols "std_cedilla" { --- > xkb_symbols "std" { 89c89 < name[Group1]="Romania - Standard (Cedilla)"; --- > name[Group1]="Romania - Standard"; 112,113c112,113 < key { [ scedilla, Scedilla, semicolon, colon ] }; < key { [ tcedilla, Tcedilla, apostrophe, quotedbl ] }; --- > key { [ 0x1000219, 0x1000218, semicolon, colon ] }; > key { [ 0x100021b, 0x100021a, apostrophe, quotedbl ] }; 126c126 < xkb_symbols "std_comma" { --- > xkb_symbols "std_cedilla" { 132c132 < include "ro(std_cedilla)" --- > include "ro(std)" 134c134 < name[Group1]="Romania - Standard (Commabelow)"; --- > name[Group1]="Romania - Standard (Cedilla)"; 136,137c136,137 < key { [ 0x1000219, 0x1000218 ] }; < key { [ 0x100021b, 0x100021a ] }; --- > key { [ scedilla, Scedilla ] }; > key { [ tcedilla, Tcedilla ] };