Added ru(mac)
authorSergey V. Udaltsov <svu@gnome.org>
Tue, 14 May 2013 22:05:22 +0000 (23:05 +0100)
committerSergey V. Udaltsov <svu@gnome.org>
Tue, 14 May 2013 22:05:22 +0000 (23:05 +0100)
https://bugs.freedesktop.org/show_bug.cgi?id=63611

rules/base.xml.in
symbols/ru

index 8e89aa1..5996738 100644 (file)
         </variant>
         <variant>
           <configItem>
+            <name>mac</name>
+            <_description>Russian (Macintosh)</_description>
+          </configItem>
+        </variant>
+        <variant>
+          <configItem>
             <name>srp</name>
             <_description>Serbian (Russia)</_description>
             <languageList><iso639Id>rus</iso639Id>
index 457c9ef..a761c30 100644 (file)
@@ -656,3 +656,22 @@ partial alphanumeric_keys
        xkb_symbols "sun_type6" {
        include "sun_vndr/ru(sun_type6)"
 };
+
+// Apple layout
+partial alphanumeric_keys
+xkb_symbols "mac" {
+include "ru(common)"
+
+    name[Group1]= "Russian (Macintosh)";
+
+    key <LSGT> {       [            less,         greater      ]       };
+    key <AE02> {       [               2,        quotedbl      ]       };
+    key <AE03> {        [               3,      numerosign             ]       };
+    key <AE04> {        [               4,         percent             ]       };
+    key <AE05> {        [               5,          colon      ]       };
+    key <AE06> {        [               6,           comma             ]       };
+    key <AE07> {        [               7,         period      ]       };
+    key <AE08> {        [               8,       semicolon             ]       };
+    key <TLDE> {       [    bracketright,     bracketleft      ]       };
+    key <BKSL> {        [       Cyrillic_io,   Cyrillic_IO      ]       };
+};