From: Pieter Degroote Date: Thu, 23 Apr 2020 13:01:45 +0000 (+0200) Subject: Add files via upload X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/commitdiff_plain/ba9f044f814edc99d7d757be769cd75528c188a5?ds=sidebyside Add files via upload Some optimizations and changes have been made regarding the Multi_key, dead_greek and dead_currency keys. --- diff --git a/linux-xkb/UltimateKEYS (Linux) - Keyboard Layout Image.png b/linux-xkb/UltimateKEYS (Linux) - Keyboard Layout Image.png index 13a3407..ea8c7e4 100644 Binary files a/linux-xkb/UltimateKEYS (Linux) - Keyboard Layout Image.png and b/linux-xkb/UltimateKEYS (Linux) - Keyboard Layout Image.png differ diff --git a/linux-xkb/UltimateKEYS SW (Linux) - Keyboard Layout Image.png b/linux-xkb/UltimateKEYS SW (Linux) - Keyboard Layout Image.png index 8399117..376562d 100644 Binary files a/linux-xkb/UltimateKEYS SW (Linux) - Keyboard Layout Image.png and b/linux-xkb/UltimateKEYS SW (Linux) - Keyboard Layout Image.png differ diff --git a/linux-xkb/ultkeys b/linux-xkb/ultkeys index 1aefabd..e69ae1c 100644 --- a/linux-xkb/ultkeys +++ b/linux-xkb/ultkeys @@ -18,7 +18,7 @@ xkb_symbols "basic" { key { [ v, V, igrave, Igrave ] }; key { [ b, B, iacute, Iacute ] }; key { [ n, N, ntilde, Ntilde ] }; - key { [ m, M, dead_greek, Multi_key ] }; + key { [ m, M, Multi_key, Multi_key ] }; key { [ comma, less, ograve, Ograve ] }; key { [ period, greater, oacute, Oacute ] }; key { [ slash, question, questiondown, paragraph ] }; @@ -57,7 +57,7 @@ xkb_symbols "basic" { key { [ 0, parenright, rightdoublequotemark, rightsinglequotemark ] }; key { [ minus, underscore, dead_cedilla, dead_breve ] }; key { [ equal, plus, multiply, division ] }; - key { [ backslash, bar, notsign, brokenbar ] }; + key { [ backslash, bar, dead_greek, dead_currency ] }; key { [ grave, asciitilde, dead_grave, dead_tilde ] }; key { [ backslash, bar, backslash, bar ] }; key { [ space, space, nobreakspace, nobreakspace ] }; diff --git a/linux-xkb/ultkeys-sw b/linux-xkb/ultkeys-sw index 52bb62b..fc0cf33 100644 --- a/linux-xkb/ultkeys-sw +++ b/linux-xkb/ultkeys-sw @@ -18,7 +18,7 @@ xkb_symbols "basic" { key { [ v, V, igrave, Igrave ] }; key { [ b, B, iacute, Iacute ] }; key { [ n, N, ntilde, Ntilde ] }; - key { [ m, M, dead_greek, Multi_key ] }; + key { [ m, M, Multi_key, Multi_key ] }; key { [ comma, less, ograve, Ograve ] }; key { [ period, greater, oacute, Oacute ] }; key { [ slash, question, questiondown, paragraph ] }; @@ -57,7 +57,7 @@ xkb_symbols "basic" { key { [ parenright, 0, rightdoublequotemark, rightsinglequotemark ] }; key { [ minus, underscore, dead_cedilla, dead_breve ] }; key { [ equal, plus, multiply, division ] }; - key { [ backslash, bar, notsign, brokenbar ] }; + key { [ backslash, bar, dead_greek, dead_currency ] }; key { [ grave, asciitilde, dead_grave, dead_tilde ] }; key { [ backslash, bar, backslash, bar ] }; key { [ space, space, nobreakspace, nobreakspace ] };