Skip to content

Commit

Permalink
added ke(kik)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey V. Udaltsov committed May 6, 2010
1 parent 16bbc57 commit ff06958
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rules/base.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -4437,6 +4437,15 @@
<_description>Kenya</_description>
<languageList><iso639Id>swa</iso639Id></languageList>
</configItem>
<variantList>
<variant>
<configItem>
<name>kik</name>
<_description>Kikuyu</_description>
<languageList><iso639Id>kik</iso639Id></languageList>
</configItem>
</variant>
</variantList>
</layout>
</layoutList>
<optionList>
Expand Down
20 changes: 20 additions & 0 deletions symbols/ke
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,23 @@ xkb_symbols "swa" {

name[Group1]= "Kenya";
};


partial alphanumeric_keys
xkb_symbols "kik" {

include "us"

name[Group1]= "Kenya - Kikuyu";

key <AC10> { [ semicolon, colon, 0x01000324, 0x01000324 ] }; //COMBINING DIAERESIS BELOW
key <AC11> { [apostrophe, quotedbl, 0x01000301, 0x01000308 ] }; //COMBINING ACUTE ACCENT, COMBINING DIAERESIS
key <TLDE> { [ grave, asciitilde, 0x01000300, 0x01000303 ] }; //COMBINING GRAVE ACCENT, COMBINING TILDE
key <AE06> { [ 6, asciicircum, 0x01000302 ] }; //COMBINING CIRCUMFLEX ACCENT
key <AE08> { [ 8, asterisk, 0x01000307, 0x01000323 ] }; //COMBINING DOT ABOVE, COMBINING DOT BELOW
key <AE09> { [ 9, parenleft, 0x01000306 ] }; //COMBINING BREVE
key <AE10> { [ 0, parenright, 0x0100030c ] }; //COMBINING CARON
key <AE11> { [ minus, underscore, 0x01000304, 0x01000331 ] }; //COMBINING MACRON,COMBINING MACRON BELOW

include "level3(ralt_switch)"
};

0 comments on commit ff06958

Please sign in to comment.