From: Pieter Degroote Date: Tue, 25 Feb 2020 14:27:34 +0000 (+0100) Subject: Add files via upload X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/commitdiff_plain/ec26780800856ead9d03e9e16c56caa44c003322?ds=sidebyside Add files via upload Experimental Linux port of UltimateKEYS. --- diff --git a/linux-xkb/UltimateKEYS (Linux) - Keyboard Layout Image.png b/linux-xkb/UltimateKEYS (Linux) - Keyboard Layout Image.png new file mode 100644 index 0000000..80fa974 Binary files /dev/null and b/linux-xkb/UltimateKEYS (Linux) - Keyboard Layout Image.png differ diff --git a/linux-xkb/rule.xml b/linux-xkb/rule.xml new file mode 100644 index 0000000..4e197e4 --- /dev/null +++ b/linux-xkb/rule.xml @@ -0,0 +1,26 @@ + + + ultkeys + ultkeys + UltimateKEYS + + cat + dan + eng + est + fao + fin + ger + gre + gsw + ita + lav + lit + nld + nor + por + spa + swe + + + diff --git a/linux-xkb/ultkeys b/linux-xkb/ultkeys new file mode 100644 index 0000000..a85a110 --- /dev/null +++ b/linux-xkb/ultkeys @@ -0,0 +1,66 @@ +// UltimateKEYS (/usr/share/X11/xkb/symbols/ultkeys) + +// Created by : Pieter Degroote + +// License : GNU General Public License Version 3 + +// Website : https://github.com/pieter-degroote/UltimateKEYS + + +default partial alphanumeric_keys modifier_keys +xkb_symbols "basic" { + + name[Group1] = "UltimateKEYS"; + + key { [ z, Z, agrave, Agrave ] }; + key { [ x, X, aacute, Aacute ] }; + key { [ c, C, ccedilla, Ccedilla ] }; + key { [ v, V, igrave, Igrave ] }; + key { [ b, B, iacute, Iacute ] }; + key { [ n, N, ntilde, Ntilde ] }; + key { [ m, M, dead_greek, Multi_key ] }; + key { [ comma, less, ograve, Ograve ] }; + key { [ period, greater, oacute, Oacute ] }; + key { [ slash, question, questiondown, paragraph ] }; + key { [ a, A, adiaeresis, Adiaeresis ] }; + key { [ s, S, ssharp, section ] }; + key { [ d, D, eth, Eth ] }; + key { [ f, F, egrave, Egrave ] }; + key { [ g, G, eacute, Eacute ] }; + key { [ h, H, ugrave, Ugrave ] }; + key { [ j, J, uacute, Uacute ] }; + key { [ k, K, dagger, doubledagger ] }; + key { [ l, L, oslash, Oslash ] }; + key { [ semicolon, colon, degree, periodcentered ] }; + key { [ apostrophe, quotedbl, dead_acute, dead_diaeresis] }; + key { [ q, Q, ae, AE ] }; + key { [ w, W, aring, Aring ] }; + key { [ e, E, ediaeresis, Ediaeresis ] }; + key { [ r, R, yacute, Yacute ] }; + key { [ t, T, thorn, Thorn ] }; + key { [ y, Y, ydiaeresis, Ydiaeresis ] }; + key { [ u, U, udiaeresis, Udiaeresis ] }; + key { [ i, I, idiaeresis, Idiaeresis ] }; + key { [ o, O, odiaeresis, Odiaeresis ] }; + key { [ p, P, oe, OE ] }; + key { [ bracketleft, braceleft, guillemotleft, U2039 ] }; + key { [ bracketright, braceright, guillemotright, U203A ] }; + key { [ 1, exclam, exclamdown, onesuperior ] }; + key { [ 2, at, copyright, twosuperior ] }; + key { [ 3, numbersign, plusminus, threesuperior ] }; + key { [ 4, dollar, sterling, yen ] }; + key { [ 5, percent, EuroSign, cent ] }; + key { [ 6, asciicircum, dead_circumflex, dead_caron ] }; + key { [ 7, ampersand, dead_abovering, dead_macron ] }; + key { [ 8, asterisk, doublelowquotemark, singlelowquotemark ] }; + key { [ 9, parenleft, leftdoublequotemark, leftsinglequotemark ] }; + key { [ 0, parenright, rightdoublequotemark, rightsinglequotemark ] }; + key { [ minus, underscore, dead_cedilla, dead_breve ] }; + key { [ equal, plus, multiply, division ] }; + key { [ backslash, bar, notsign, brokenbar ] }; + key { [ grave, asciitilde, dead_grave, dead_tilde ] }; + key { [ backslash, bar ] }; + key { [ space, space, nobreakspace, nobreakspace] }; + + include "level3(ralt_switch)" +};