From 29643a01ae9d3296a21448a98cdc014e48e0cb66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=C5=9Fat=20SABIQ?= Date: Sun, 3 Apr 2011 16:35:47 -0500 Subject: [PATCH] Removing transitional Crimean Tatar layout which has been found to not be needed, and making sure t-comma, and s-comma (along with the existing a-breve) are provided in Crimean Tatar (Dobruja Q) layout, given that ability to type in Romanian using the same layout has been confirmed as necessary --- rules/base.xml.in | 14 ++------------ symbols/ro | 43 ++++++++++++++----------------------------- 2 files changed, 16 insertions(+), 41 deletions(-) diff --git a/rules/base.xml.in b/rules/base.xml.in index e675af9..8009294 100644 --- a/rules/base.xml.in +++ b/rules/base.xml.in @@ -3791,19 +3791,9 @@ - crh_dobruca1 + crh_dobruja <_shortDescription>crh - <_description>Crimean Tatar (Dobruja-1 Q) - - crh - - - - - - crh_dobruca2 - <_shortDescription>crh - <_description>Crimean Tatar (Dobruja-2 Q) + <_description>Crimean Tatar (Dobruja Q) crh diff --git a/symbols/ro b/symbols/ro index eda5325..1d405a7 100644 --- a/symbols/ro +++ b/symbols/ro @@ -192,39 +192,24 @@ xkb_symbols "winkeys" { }; -// Romania-specific Crimean Tatar (Crimean Turkish) layouts. -// F layout is not included, at least for the time being, given that the common -// F layout is now available in the UI (which is now locale-based) right next to -// these country-specific layouts (in addition, Q (qwerty) physical keyboards -// are usually used in Romania). -// There is only 1 Alt-Q layout variant, so there is no longer any need to -// include it here, assuming locale-based keyboard layout listing is provided by -// the UI going forward. -// Reşat SABIQ , 2009 -// Özgür Qarahan , 2009 partial -xkb_symbols "crh_dobruca1" { - include "tr(crh)" - - name[Group1]="Romania - Crimean Tatar (Dobruca-1 Q)"; - - key { [ t, T, tcedilla, Tcedilla ] }; - key { [ p, P, abreve, Abreve ] }; - - key { [ f, F, ibreve, Ibreve ] }; - key { [ iacute, Iacute, j, J ] }; +xkb_symbols "crh_dobruja" { + // Romania-specific Crimean Tatar (Crimean Turkish) Q layout. + // This layout is not yet standard. Common Alt-Q and F layouts are now also + // available right next to this layout in the new language-centric UI. + // Reşat SABIQ , 2009, 2011 + // Özgür Qarahan , 2009 - key { [ m, M, trademark, masculine ] }; -}; - -partial -xkb_symbols "crh_dobruca2" { - include "ro(crh_dobruca1)" + include "tr(crh)" - name[Group1]="Romania - Crimean Tatar (Dobruca-2 Q)"; + name[Group1]="Romania - Crimean Tatar (Dobruja Q)"; - key { [ f, F, iacute, Iacute ] }; - key { [ ibreve, Ibreve, j, J ] }; + key { [ w, W, abreve, Abreve ] }; + key { [ t, T, 0x100021b, 0x100021a ] }; + key { [ p, P, section ] }; + key { [ s, S, 0x1000219, 0x1000218 ] }; + key { [ ibreve, Ibreve, j, J ] }; + key { [ m, M, trademark, masculine ] }; }; // EXTRAS: -- 1.7.0.4