From: svu Date: Mon, 31 Dec 2007 00:10:22 +0000 (+0000) Subject: temporarily partially reverting b.fd.o#13277 X-Git-Tag: v_1_2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea4b6553605ca7446e07ba49ecc47be25cb3fa62;p=platform%2Fupstream%2Fxkeyboard-config.git temporarily partially reverting b.fd.o#13277 --- diff --git a/ChangeLog b/ChangeLog index 5bef3a7..adcd856 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-12-31 Sergey Udaltsov + + * symbols/ro, rules/base.xml.in, rules/compat/variantRename.lst: + temporarily (partially) reverting + https://bugs.freedesktop.org/show_bug.cgi?id=13277 + 2007-12-27 Sergey Udaltsov * rules/base.o_s.part, rules/base.xml.in, symbols/capslock: adding xkb diff --git a/rules/base.xml.in b/rules/base.xml.in index 6edd8a9..834c0db 100644 --- a/rules/base.xml.in +++ b/rules/base.xml.in @@ -2774,14 +2774,14 @@ - cedilla - <_description>Cedilla below + comma + <_description>Comma below - std - <_description>Standard + std_comma + <_description>Standard (Comma below) diff --git a/rules/compat/variantRename.lst b/rules/compat/variantRename.lst index 884a896..6d62270 100644 --- a/rules/compat/variantRename.lst +++ b/rules/compat/variantRename.lst @@ -24,9 +24,9 @@ ogham is434 ie ogam_is434 ogham is434laptop ie ogam_is434 ori basic in ori ro de ro winkeys -ro us ro std -ro comma ro cedilla -ro academic ro std_cedilla +ro us ro std_comma +ro std ro std_cedilla +ro academic ro std_comma sapmi basic no smi sapmi nodeadkeys no smi_nodeadkeys sapmi sefi fi smi diff --git a/symbols/ro b/symbols/ro index c374313..c764fd0 100644 --- a/symbols/ro +++ b/symbols/ro @@ -15,7 +15,6 @@ // Created by Cristian Gafton, (C) 2000 // Modified by Marius Andreiana, (C) 2001 // Completed by Misu Moldovan, (C) 2001, 2004-2006. -// Updated by Alexandru Szasz, // v 1.2 @@ -46,13 +45,13 @@ xkb_symbols "basic" { key { [ q, Q, acircumflex, Acircumflex ] }; key { [ w, W, ssharp ] }; key { [ e, E, EuroSign ] }; - key { [ t, T, 0x100021b, 0x100021a ] }; + key { [ t, T, tcedilla, Tcedilla ] }; 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, 0x1000219, 0x1000218 ] }; + key { [ s, S, scedilla, Scedilla ] }; key { [ d, D, dstroke, Dstroke ] }; key { [ l, L, lstroke, Lstroke ] }; key { [ backslash, bar ] }; @@ -64,20 +63,22 @@ xkb_symbols "basic" { }; partial alphanumeric_keys -xkb_symbols "cedilla" { - // Variant of the basic layout with cedilla below for historical reference only - // Implements the old wrong S and T with cedilla +xkb_symbols "comma" { + // Variant of the basic layout with comma below. + // Implements S and T with comma bellow 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). include "ro(basic)" - name[Group1]="Romania - Cedilla below"; - - key { [ s, S, scedilla, Scedilla ] }; - key { [ t, T, tcedilla, Tcedilla ] }; + name[Group1]="Romania - Comma below"; + + key { [ t, T, 0x100021b, 0x100021a ] }; + key { [ s, S, 0x1000219, 0x1000218 ] }; }; partial alphanumeric_keys -xkb_symbols "std" { +xkb_symbols "std_cedilla" { // 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 @@ -85,7 +86,7 @@ xkb_symbols "std" { include "us" - name[Group1]="Romania - Standard"; + name[Group1]="Romania - Standard (Cedilla below)"; key { [ doublelowquotemark, rightdoublequotemark, grave, asciitilde ] }; key { [ 1, exclam, dead_tilde ] }; @@ -108,8 +109,8 @@ xkb_symbols "std" { key { [ s, S, ssharp ] }; key { [ d, D, dstroke, Dstroke ] }; key { [ l, L, lstroke, Lstroke ] }; - key { [ 0x1000219, 0x1000218, semicolon, colon ] }; - key { [ 0x100021b, 0x100021a, apostrophe, quotedbl ] }; + key { [ scedilla, Scedilla, semicolon, colon ] }; + key { [ tcedilla, Tcedilla, apostrophe, quotedbl ] }; key { [ backslash, bar ] }; key { [ c, C, copyright ] }; key { [ comma, semicolon, less, guillemotleft ] }; @@ -122,17 +123,18 @@ xkb_symbols "std" { partial alphanumeric_keys -xkb_symbols "std_cedilla" { - // Academic variant of the standard layout with WRONG cedilla below for historical reference - // Implements old S and T with cedilla below +xkb_symbols "std_comma" { + // Academic variant of the standard layout with comma bellow. + // Implements S and T with comma bellow 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). - include "ro(std)" + include "ro(std_cedilla)" - name[Group1]="Romania - Standard (Cedilla below)"; + name[Group1]="Romania - Standard (Comma below)"; - - key { [ scedilla, Scedilla, semicolon, colon ] }; - key { [ tcedilla, Tcedilla, apostrophe, quotedbl ] }; + key { [ 0x1000219, 0x1000218 ] }; + key { [ 0x100021b, 0x100021a ] }; };