From 85d66f054abad222d42cec62c3c89d114d91bdec Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Sun, 11 Jan 2009 11:55:02 +0000 Subject: [PATCH] Removed unneeded baltic+ variant, b.fd.o#14096 --- ChangeLog | 2 ++ rules/base.xml.in | 6 ------ symbols/lt | 39 +++++++++------------------------------ 3 files changed, 11 insertions(+), 36 deletions(-) diff --git a/ChangeLog b/ChangeLog index b7091b8..9197301 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ * rules/base.o_s.part, rules/base.xml.in, symbols/capslock: added option to use capslock as backspace, http://bugs.freedesktop.org/show_bug.cgi?id=19508 + * rules/base.xml.in, symbols/lt: removed unneeded variant, + http://bugs.freedesktop.org/show_bug.cgi?id=14096 2009-01-10 Sergey Udaltsov diff --git a/rules/base.xml.in b/rules/base.xml.in index 1cedc2c..1170f40 100644 --- a/rules/base.xml.in +++ b/rules/base.xml.in @@ -2930,12 +2930,6 @@ <_description>LEKPa - - - balticplus - <_description>Baltic+ - - diff --git a/symbols/lt b/symbols/lt index 6e7a43c..6defc44 100644 --- a/symbols/lt +++ b/symbols/lt @@ -158,11 +158,16 @@ xkb_symbols "ibm" { include "level3(ralt_switch)" }; - - -// LEKP, LEKPa and Baltic+ layouts 1.0 for Linux. +// LEKP and LEKPa layouts 1.0 // Copyright (c) 2007 Tautrimas Pajarskas -// For more info go to http://lekp.info +// For more info visit http://lekp.info +// +// LEKP and LEKPa layouts are licensed under the Creative Commons +// Attribution-Noncommercial-Share Alike 3.0 License. +// To view a copy of this license, visit +// http://creativecommons.org/licenses/by-nc-sa/3.0/ or send +// a letter to Creative Commons, 171 Second Street, Suite 300, +// San Francisco, California, 94105, USA. partial alphanumeric_keys modifier_keys xkb_symbols "lekp" { @@ -285,29 +290,3 @@ xkb_symbols "lekpa" { include "level3(ralt_switch)" }; -partial alphanumeric_keys modifier_keys -xkb_symbols "balticplus" { - include "latin" - name[Group1]="Lithuania - Baltic+"; - 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 { [ parenleft, doublelowquotemark, 9 ] }; - key { [ parenright, leftdoublequotemark, 0 ] }; - key { [ minus, underscore, minus, section ] }; - key { [ zcaron, Zcaron, equal, plus ] }; - key { [ BackSpace ] }; - key { [ backslash, bar, endash ] }; - key { [ e, E, EuroSign ] }; - key { [ r, R, registered ] }; - key { [ t, T, trademark ] }; - key { [ c, C, copyright ] }; - key { [ comma, less, degree ] }; - include "level3(ralt_switch)" -}; - -- 2.32.0.93.g670b81a890