From dc5d0119d9bba629889e511d8e17e463fd5143fb Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Tue, 14 Jul 2009 22:28:59 +0100 Subject: [PATCH] added us(crd) to extras http://bugs.freedesktop.org/show_bug.cgi?id=22635 --- ChangeLog | 6 ++++++ rules/base.extras.xml.in | 7 +++++++ rules/extras/variantsMapping.lst | 3 ++- symbols/extras/us | 28 ++++++++++++++++++++++++++++ 4 files changed, 43 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 480ddca..91f0aeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-07-14 Sergey Udaltsov + + * rules/base.extras.xml.in, rules/extras/variantsMapping.lst, + symbols/extras/us: added us(crd) to extras, + http://bugs.freedesktop.org/show_bug.cgi?id=22635 + 2009-07-09 Sergey Udaltsov * rules/base.xml.in, symbols/bg: updated bg variants, diff --git a/rules/base.extras.xml.in b/rules/base.extras.xml.in index 580b2c2..7e32c31 100644 --- a/rules/base.extras.xml.in +++ b/rules/base.extras.xml.in @@ -39,6 +39,13 @@ + + + crd + <_description>Couer D'alene Salish + crd + + diff --git a/rules/extras/variantsMapping.lst b/rules/extras/variantsMapping.lst index 4ed9be3..c49f70e 100644 --- a/rules/extras/variantsMapping.lst +++ b/rules/extras/variantsMapping.lst @@ -1,3 +1,4 @@ rs combiningkeys extras/rs combiningkeys -us intl-unicode extras/us intl-unicode us alt-intl-unicode extras/us alt-intl-unicode +us crd extras/us crd +us intl-unicode extras/us intl-unicode diff --git a/symbols/extras/us b/symbols/extras/us index 63fb3af..b58932c 100644 --- a/symbols/extras/us +++ b/symbols/extras/us @@ -117,3 +117,31 @@ xkb_symbols "ats" { include "compose(rctrl)" }; +partial alphanumeric_keys +xkb_symbols "crd" { + + include "us" + + name[Group1]= "USA - Couer D'alene Salish"; + + // Alphanumeric section + key { [ w, W, U02B7, U02B7 ] }; + key { [ 7, ampersand, U0294 ] }; + key { [ q, Q, U221A ] }; + key { [ v, V, U0259 ] }; + key { [ backslash, bar, U026B ] }; + key { [ e, E, U025B ] }; + key { [ i, I, U026A ] }; + key { [ j, J, U01F0 ] }; + key { [ 6, asciicircum, U0295 ] }; + key { [ s, S, U0161 ] }; + key { [ c, C, U010D ] }; + key { [ o, O, U0254 ] }; + key { [ period, greater, U0323 ] }; + + include "level3(ralt_switch)" + include "compose(rctrl)" + + // End alphanumeric section +}; + -- 2.32.0.93.g670b81a890