]> shimmer.witbreuk.eu Git - UltimateKEYS.git/commitdiff
Add files via upload
authorPieter Degroote <pieter-degroote@users.noreply.github.com>
Fri, 16 Jul 2021 11:45:23 +0000 (13:45 +0200)
committerGitHub <noreply@github.com>
Fri, 16 Jul 2021 11:45:23 +0000 (13:45 +0200)
This version is based on a different layout and is more optimized for Western European languages.

linux-xkb/map [new file with mode: 0644]
linux-xkb/map_sw [new file with mode: 0644]
linux-xkb/ultkeys
linux-xkb/ultkeys-sw

diff --git a/linux-xkb/map b/linux-xkb/map
new file mode 100644 (file)
index 0000000..909586e
--- /dev/null
@@ -0,0 +1,7 @@
+xkb_keymap {
+  xkb_keycodes  { include "evdev+aliases(qwerty)" };
+  xkb_types     { include "complete" };
+  xkb_compat    { include "complete" };
+  xkb_symbols   { include "pc+ultkeys(basic)+us:2+inet(evdev)" };
+  xkb_geometry  { include "pc(pc105)" };
+};
diff --git a/linux-xkb/map_sw b/linux-xkb/map_sw
new file mode 100644 (file)
index 0000000..22502d5
--- /dev/null
@@ -0,0 +1,7 @@
+xkb_keymap {
+  xkb_keycodes  { include "evdev+aliases(qwerty)" };
+  xkb_types     { include "complete" };
+  xkb_compat    { include "complete" };
+  xkb_symbols   { include "pc+ultkeys-sw(basic)+us:2+inet(evdev)" };
+  xkb_geometry  { include "pc(pc105)" };
+};
index dfee418f1db0c1647eba9c8fa549da3ce55db41d..b82ab3d92dc098950aa536e73e8f06186f557bd6 100644 (file)
@@ -1,4 +1,4 @@
-// UltimateKEYS  (/usr/share/X11/xkb/symbols/ultkeys)
+// UltimateKEYS  (xkb/symbols/ultkeys)
 
 // Created by :  Pieter Degroote
 
 
 // Created by :  Pieter Degroote
 
@@ -24,7 +24,7 @@ xkb_symbols "basic" {
     key <AB10> { [ slash,        question,     questiondown,         ellipsis             ] };
     key <AC01> { [ a,            A,            adiaeresis,           Adiaeresis           ] };
     key <AC02> { [ s,            S,            ssharp,               section              ] };
     key <AB10> { [ slash,        question,     questiondown,         ellipsis             ] };
     key <AC01> { [ a,            A,            adiaeresis,           Adiaeresis           ] };
     key <AC02> { [ s,            S,            ssharp,               section              ] };
-    key <AC03> { [ d,            D,            eth,                  ETH                  ] };
+    key <AC03> { [ d,            D,            acircumflex,          Acircumflex          ] };
     key <AC04> { [ f,            F,            egrave,               Egrave               ] };
     key <AC05> { [ g,            G,            eacute,               Eacute               ] };
     key <AC06> { [ h,            H,            ugrave,               Ugrave               ] };
     key <AC04> { [ f,            F,            egrave,               Egrave               ] };
     key <AC05> { [ g,            G,            eacute,               Eacute               ] };
     key <AC06> { [ h,            H,            ugrave,               Ugrave               ] };
@@ -36,13 +36,13 @@ xkb_symbols "basic" {
     key <AD01> { [ q,            Q,            ae,                   AE                   ] };
     key <AD02> { [ w,            W,            aring,                Aring                ] };
     key <AD03> { [ e,            E,            ediaeresis,           Ediaeresis           ] };
     key <AD01> { [ q,            Q,            ae,                   AE                   ] };
     key <AD02> { [ w,            W,            aring,                Aring                ] };
     key <AD03> { [ e,            E,            ediaeresis,           Ediaeresis           ] };
-    key <AD04> { [ r,            R,            yacute,               Yacute               ] };
-    key <AD05> { [ t,            T,            thorn,                THORN                ] };
-    key <AD06> { [ y,            Y,            ydiaeresis,           Ydiaeresis           ] };
+    key <AD04> { [ r,            R,            ecircumflex,          Ecircumflex          ] };
+    key <AD05> { [ t,            T,            icircumflex,          Icircumflex          ] };
+    key <AD06> { [ y,            Y,            ucircumflex,          Ucircumflex          ] };
     key <AD07> { [ u,            U,            udiaeresis,           Udiaeresis           ] };
     key <AD08> { [ i,            I,            idiaeresis,           Idiaeresis           ] };
     key <AD09> { [ o,            O,            odiaeresis,           Odiaeresis           ] };
     key <AD07> { [ u,            U,            udiaeresis,           Udiaeresis           ] };
     key <AD08> { [ i,            I,            idiaeresis,           Idiaeresis           ] };
     key <AD09> { [ o,            O,            odiaeresis,           Odiaeresis           ] };
-    key <AD10> { [ p,            P,            dagger,               doubledagger         ] };
+    key <AD10> { [ p,            P,            ocircumflex,          Ocircumflex          ] };
     key <AD11> { [ bracketleft,  braceleft,    guillemotleft,        U2039                ] };
     key <AD12> { [ bracketright, braceright,   guillemotright,       U203A                ] };
     key <AE01> { [ 1,            exclam,       exclamdown,           onesuperior          ] };
     key <AD11> { [ bracketleft,  braceleft,    guillemotleft,        U2039                ] };
     key <AD12> { [ bracketright, braceright,   guillemotright,       U203A                ] };
     key <AE01> { [ 1,            exclam,       exclamdown,           onesuperior          ] };
@@ -52,11 +52,11 @@ xkb_symbols "basic" {
     key <AE05> { [ 5,            percent,      EuroSign,             cent                 ] };
     key <AE06> { [ 6,            asciicircum,  dead_circumflex,      dead_caron           ] };
     key <AE07> { [ 7,            ampersand,    dead_abovedot,        dead_macron          ] };
     key <AE05> { [ 5,            percent,      EuroSign,             cent                 ] };
     key <AE06> { [ 6,            asciicircum,  dead_circumflex,      dead_caron           ] };
     key <AE07> { [ 7,            ampersand,    dead_abovedot,        dead_macron          ] };
-    key <AE08> { [ 8,            asterisk,     doublelowquotemark,   paragraph            ] };
+    key <AE08> { [ 8,            asterisk,     dead_cedilla,         dead_breve           ] };
     key <AE09> { [ 9,            parenleft,    leftdoublequotemark,  leftsinglequotemark  ] };
     key <AE10> { [ 0,            parenright,   rightdoublequotemark, rightsinglequotemark ] };
     key <AE09> { [ 9,            parenleft,    leftdoublequotemark,  leftsinglequotemark  ] };
     key <AE10> { [ 0,            parenright,   rightdoublequotemark, rightsinglequotemark ] };
-    key <AE11> { [ minus,        underscore,   dead_cedilla,         dead_breve           ] };
-    key <AE12> { [ equal,        plus,         multiply,             division             ] };
+    key <AE11> { [ minus,        underscore,   atilde,               Atilde               ] };
+    key <AE12> { [ equal,        plus,         otilde,               Otilde               ] };
     key <BKSL> { [ backslash,    bar,          dead_greek,           dead_currency        ] };
     key <TLDE> { [ grave,        asciitilde,   dead_grave,           dead_tilde           ] };
     key <LSGT> { [ backslash,    bar,          backslash,            bar                  ] };
     key <BKSL> { [ backslash,    bar,          dead_greek,           dead_currency        ] };
     key <TLDE> { [ grave,        asciitilde,   dead_grave,           dead_tilde           ] };
     key <LSGT> { [ backslash,    bar,          backslash,            bar                  ] };
index 0736f14592600b7041650b2167f5ecbf22efc987..58a978939f8ab99cea5eeda4a7f4440a4bf85d50 100644 (file)
@@ -1,4 +1,4 @@
-// UltimateKEYS SW  (/usr/share/X11/xkb/symbols/ultkeys-sw)
+// UltimateKEYS SW  (xkb/symbols/ultkeys-sw)
 
 // Created by :  Pieter Degroote
 
 
 // Created by :  Pieter Degroote
 
@@ -24,7 +24,7 @@ xkb_symbols "basic" {
     key <AB10> { [ slash,        question,     questiondown,         ellipsis             ] };
     key <AC01> { [ a,            A,            adiaeresis,           Adiaeresis           ] };
     key <AC02> { [ s,            S,            ssharp,               section              ] };
     key <AB10> { [ slash,        question,     questiondown,         ellipsis             ] };
     key <AC01> { [ a,            A,            adiaeresis,           Adiaeresis           ] };
     key <AC02> { [ s,            S,            ssharp,               section              ] };
-    key <AC03> { [ d,            D,            eth,                  ETH                  ] };
+    key <AC03> { [ d,            D,            acircumflex,          Acircumflex          ] };
     key <AC04> { [ f,            F,            egrave,               Egrave               ] };
     key <AC05> { [ g,            G,            eacute,               Eacute               ] };
     key <AC06> { [ h,            H,            ugrave,               Ugrave               ] };
     key <AC04> { [ f,            F,            egrave,               Egrave               ] };
     key <AC05> { [ g,            G,            eacute,               Eacute               ] };
     key <AC06> { [ h,            H,            ugrave,               Ugrave               ] };
@@ -36,13 +36,13 @@ xkb_symbols "basic" {
     key <AD01> { [ q,            Q,            ae,                   AE                   ] };
     key <AD02> { [ w,            W,            aring,                Aring                ] };
     key <AD03> { [ e,            E,            ediaeresis,           Ediaeresis           ] };
     key <AD01> { [ q,            Q,            ae,                   AE                   ] };
     key <AD02> { [ w,            W,            aring,                Aring                ] };
     key <AD03> { [ e,            E,            ediaeresis,           Ediaeresis           ] };
-    key <AD04> { [ r,            R,            yacute,               Yacute               ] };
-    key <AD05> { [ t,            T,            thorn,                THORN                ] };
-    key <AD06> { [ y,            Y,            ydiaeresis,           Ydiaeresis           ] };
+    key <AD04> { [ r,            R,            ecircumflex,          Ecircumflex          ] };
+    key <AD05> { [ t,            T,            icircumflex,          Icircumflex          ] };
+    key <AD06> { [ y,            Y,            ucircumflex,          Ucircumflex          ] };
     key <AD07> { [ u,            U,            udiaeresis,           Udiaeresis           ] };
     key <AD08> { [ i,            I,            idiaeresis,           Idiaeresis           ] };
     key <AD09> { [ o,            O,            odiaeresis,           Odiaeresis           ] };
     key <AD07> { [ u,            U,            udiaeresis,           Udiaeresis           ] };
     key <AD08> { [ i,            I,            idiaeresis,           Idiaeresis           ] };
     key <AD09> { [ o,            O,            odiaeresis,           Odiaeresis           ] };
-    key <AD10> { [ p,            P,            dagger,               doubledagger         ] };
+    key <AD10> { [ p,            P,            ocircumflex,          Ocircumflex          ] };
     key <AD11> { [ bracketleft,  braceleft,    guillemotleft,        U2039                ] };
     key <AD12> { [ bracketright, braceright,   guillemotright,       U203A                ] };
     key <AE01> { [ exclam,       1,            exclamdown,           onesuperior          ] };
     key <AD11> { [ bracketleft,  braceleft,    guillemotleft,        U2039                ] };
     key <AD12> { [ bracketright, braceright,   guillemotright,       U203A                ] };
     key <AE01> { [ exclam,       1,            exclamdown,           onesuperior          ] };
@@ -52,11 +52,11 @@ xkb_symbols "basic" {
     key <AE05> { [ percent,      5,            EuroSign,             cent                 ] };
     key <AE06> { [ asciicircum,  6,            dead_circumflex,      dead_caron           ] };
     key <AE07> { [ ampersand,    7,            dead_abovedot,        dead_macron          ] };
     key <AE05> { [ percent,      5,            EuroSign,             cent                 ] };
     key <AE06> { [ asciicircum,  6,            dead_circumflex,      dead_caron           ] };
     key <AE07> { [ ampersand,    7,            dead_abovedot,        dead_macron          ] };
-    key <AE08> { [ asterisk,     8,            doublelowquotemark,   paragraph            ] };
+    key <AE08> { [ asterisk,     8,            dead_cedilla,         dead_breve           ] };
     key <AE09> { [ parenleft,    9,            leftdoublequotemark,  leftsinglequotemark  ] };
     key <AE10> { [ parenright,   0,            rightdoublequotemark, rightsinglequotemark ] };
     key <AE09> { [ parenleft,    9,            leftdoublequotemark,  leftsinglequotemark  ] };
     key <AE10> { [ parenright,   0,            rightdoublequotemark, rightsinglequotemark ] };
-    key <AE11> { [ minus,        underscore,   dead_cedilla,         dead_breve           ] };
-    key <AE12> { [ equal,        plus,         multiply,             division             ] };
+    key <AE11> { [ minus,        underscore,   atilde,               Atilde               ] };
+    key <AE12> { [ equal,        plus,         otilde,               Otilde               ] };
     key <BKSL> { [ backslash,    bar,          dead_greek,           dead_currency        ] };
     key <TLDE> { [ grave,        asciitilde,   dead_grave,           dead_tilde           ] };
     key <LSGT> { [ backslash,    bar,          backslash,            bar                  ] };
     key <BKSL> { [ backslash,    bar,          dead_greek,           dead_currency        ] };
     key <TLDE> { [ grave,        asciitilde,   dead_grave,           dead_tilde           ] };
     key <LSGT> { [ backslash,    bar,          backslash,            bar                  ] };