From 70e7089a522ac8a4b2a0501b4436774950324db7 Mon Sep 17 00:00:00 2001 From: svu Date: Wed, 30 Jan 2008 21:33:44 +0000 Subject: [PATCH] added mn(olpc), b.fd.o#14307 --- ChangeLog | 2 ++ rules/base.lists.part | 2 +- symbols/mn | 15 ++++++++++++++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8850f64..daffd37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * symbols/ca, rules/base.xml.in: adding ca(shs), closing http://bugs.freedesktop.org/show_bug.cgi?id=14308 + * symbols/mn: added mn(olpc), + http://bugs.freedesktop.org/show_bug.cgi?id=14307 2008-01-29 Sergey Udaltsov diff --git a/rules/base.lists.part b/rules/base.lists.part index 9312ac2..8c581de 100644 --- a/rules/base.lists.part +++ b/rules/base.lists.part @@ -15,7 +15,7 @@ ! $pcgeometries = abnt2 latitude jp106 kr106 // Layouts that provide further specializations for the OLPC -! $olpclayouts = ara br es et kz in np ru th tr us +! $olpclayouts = ara br es et kz in mn np ru th tr us ! $macbooks = macbook78 macbook79 ! $maclaptop = ibook powerbook macbook78 macbook79 diff --git a/symbols/mn b/symbols/mn index adba085..08109b7 100644 --- a/symbols/mn +++ b/symbols/mn @@ -14,7 +14,7 @@ xkb_symbols "basic" { key { [ 1, numerosign, multiply ] }; key { [ 2, minus, division ] }; key { [ 3, quotedbl, plusminus ] }; - key { [ 4, U20ae, notsign ] }; + key { [ 4, U20ae, notsign ] }; // Tugrik sign key { [ 5, colon, NoSymbol ] }; key { [ 6, period, notequal ] }; key { [ 7, underscore, ampersand ] }; @@ -68,3 +68,16 @@ xkb_symbols "basic" { include "level3(ralt_switch)" }; + +partial alphanumeric_keys +xkb_symbols "olpc" { + +// Contact: Walter Bender + + include "mn(basic)" + + key { [ backslash, bar, exclam ] }; + + include "group(olpc)" +}; + -- 2.7.4