added kh(olpc), b.fd.o#14376
authorsvu <svu>
Mon, 4 Feb 2008 23:28:41 +0000 (23:28 +0000)
committersvu <svu>
Mon, 4 Feb 2008 23:28:41 +0000 (23:28 +0000)
ChangeLog
rules/base.lists.part
symbols/kh

index 03164e7..0a1b641 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-04  Sergey Udaltsov
+
+       * symbols/kh, rules/base.lists.part: added kh(olpc),
+       http://bugs.freedesktop.org/show_bug.cgi?id=14376
+
 2008-02-02  Sergey Udaltsov
 
        * symbols/lt, rules/base.xml.in: added lt(lekp) etc,
index 46b4abc..6afb405 100644 (file)
@@ -15,7 +15,7 @@
 ! $pcgeometries = abnt2 latitude jp106 kr106
 
 // Layouts that provide further specializations for the OLPC
-! $olpclayouts = af am ara br es et kz in mn np ru th tr us 
+! $olpclayouts = af am ara br es et kh kz in mn np ru th tr us 
 
 ! $macbooks = macbook78 macbook79
 ! $maclaptop = ibook powerbook macbook78 macbook79
index 16a344a..a97eb44 100644 (file)
@@ -96,3 +96,19 @@ xkb_symbols "basic" {
     include "level3(ralt_switch)"
     
 };
+
+partial alphanumeric_keys
+xkb_symbols "olpc" {
+    include "kh(basic)"
+    
+// Contact Walter@laptop.org
+
+    key <AC10> { [ 0x10017be,          0x10017c8,              0x10017d6,      0x10019f5       ] };
+    key <AE01> { [ 0x10017e1,          0x100200c,              exclam,         0x10017f1       ] };
+    key <AE03> { [ 0x10017e3,          0x10017d1,              quotedbl,       0x10017f3       ] };
+    key <AE05> { [ 0x10017e5,          EuroSign,               percent,        0x10017f5       ] };
+    key <AE12> { [ 0x10017b2,          0x10017ce,              equal,          voidsymbol      ] };
+
+   //language key
+   include "group(olpc)"
+};