From: Pieter Degroote Date: Sat, 4 Apr 2020 12:45:32 +0000 (+0200) Subject: Add files via upload X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/commitdiff_plain/98183f50feb839257150ddd4062936e997c9ab03?hp=748c3b5f30eb10e44655a12d12487fdbd12f387c Add files via upload In this edition, with 'SW' in the name, all symbols and digits have been swapped/switched. That way, the symbols !, @, #, $, %, ^, &, *, (, ) are accessible without using Shift. The numbers are accessible by using Shift with those keys (as most computers also have a separate numpad). --- diff --git a/linux-xkb/rule-sw.xml b/linux-xkb/rule-sw.xml new file mode 100644 index 0000000..d1db5a7 --- /dev/null +++ b/linux-xkb/rule-sw.xml @@ -0,0 +1,26 @@ + + + ultkeys-sw + ultkeys-sw + UltimateKEYS SW + + cat + dan + eng + est + fao + fin + ger + gre + gsw + ita + lav + lit + nld + nor + por + spa + swe + + + diff --git a/linux-xkb/ultkeys-sw b/linux-xkb/ultkeys-sw new file mode 100644 index 0000000..52bb62b --- /dev/null +++ b/linux-xkb/ultkeys-sw @@ -0,0 +1,66 @@ +// UltimateKEYS SW (/usr/share/X11/xkb/symbols/ultkeys-sw) + +// 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 SW"; + + 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, oe, OE ] }; + 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, dagger, doubledagger ] }; + key { [ bracketleft, braceleft, guillemotleft, U2039 ] }; + key { [ bracketright, braceright, guillemotright, U203A ] }; + key { [ exclam, 1, exclamdown, onesuperior ] }; + key { [ at, 2, copyright, twosuperior ] }; + key { [ numbersign, 3, plusminus, threesuperior ] }; + key { [ dollar, 4, sterling, yen ] }; + key { [ percent, 5, EuroSign, cent ] }; + key { [ asciicircum, 6, dead_circumflex, dead_caron ] }; + key { [ ampersand, 7, dead_abovering, dead_macron ] }; + key { [ asterisk, 8, doublelowquotemark, singlelowquotemark ] }; + key { [ parenleft, 9, leftdoublequotemark, leftsinglequotemark ] }; + key { [ parenright, 0, 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, backslash, bar ] }; + key { [ space, space, nobreakspace, nobreakspace ] }; + + include "level3(ralt_switch)" +};