From a2a4925b6d7331e7fa2cbd2d563d4f0d5cdca131 Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Tue, 22 Mar 2011 21:15:46 +0000 Subject: [PATCH] Added lv(dvorak), fixed some descriptions https://bugs.freedesktop.org/show_bug.cgi?id=34935 --- rules/base.extras.xml.in | 34 +++++++++++++++++++++++++--------- symbols/lt | 22 ++++++++++++++++++++++ 2 files changed, 47 insertions(+), 9 deletions(-) diff --git a/rules/base.extras.xml.in b/rules/base.extras.xml.in index b068589..1118bec 100644 --- a/rules/base.extras.xml.in +++ b/rules/base.extras.xml.in @@ -23,7 +23,7 @@ ave - <_description>Iran Avestan + <_description>Iran - Avestan ave @@ -31,6 +31,22 @@ + lt + <_shortDescription>Ltu + <_description>Lithuania + lit + + + + + dvorak + <_description>Lithuania - Dvorak + + + + + + us <_shortDescription>USA <_description>USA @@ -40,26 +56,26 @@ intl-unicode - <_description>USA International (AltGr Unicode combining) + <_description>USA - International (AltGr Unicode combining) alt-intl-unicode - <_description>USA International (AltGr Unicode combining, alternative) + <_description>USA - International (AltGr Unicode combining, alternative) ats - <_description>USA Atsina + <_description>USA - Atsina crd - <_description>USA Couer D'alene Salish + <_description>USA - Couer D'alene Salish crd @@ -76,7 +92,7 @@ ergonomic - <_description>Ergonomic Touchtype + <_description>Romania - Ergonomic Touchtype @@ -84,7 +100,7 @@ rs - <_shortDescription>SRB + <_shortDescription>Srb <_description>Serbia srp @@ -92,7 +108,7 @@ combiningkeys - <_description>Serbia Combining accents instead of dead keys + <_description>Serbia - Combining accents instead of dead keys @@ -107,7 +123,7 @@ chu - Russia Church Slavonic + Russia - Church Slavonic chu diff --git a/symbols/lt b/symbols/lt index 3b6dc75..c19629f 100644 --- a/symbols/lt +++ b/symbols/lt @@ -294,3 +294,25 @@ xkb_symbols "lekpa" { key {[ aogonek, Aogonek, greater ]}; key {[ h, H ]}; }; + +partial alphanumeric_keys modifier_keys +xkb_symbols "dvorak" { + + include "us(dvorak)" + + name[Group1]="Lithuania - Dvorak"; + + key { [ aogonek, Aogonek, 1, exclam ] }; + key { [ ccaron, Ccaron, 2, at ] }; + key { [ eogonek, Eogonek, 3, numbersign ] }; + key { [ eabovedot, Eabovedot, 4, dollar ] }; + key { [ iogonek, Iogonek, 5, percent ] }; + key { [ scaron, Scaron, 6, asciicircum ] }; + key { [ uogonek, Uogonek, 7, ampersand ] }; + key { [ umacron, Umacron, 8, asterisk ] }; + key { [doublelowquotemark, parenleft, 9, parenleft ] }; + key { [leftdoublequotemark,parenright, 0, parenright ] }; + key { [ zcaron, Zcaron, equal, plus ] }; + + include "level3(ralt_switch)" +}; -- 2.7.4