From: Pieter Degroote Date: Fri, 27 Mar 2020 13:11:10 +0000 (+0100) Subject: Add files via upload X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/commitdiff_plain/dd5e5a4591e4e48467209f43b634738ce5c31e9b?ds=inline;hp=ab474d0083a29a4d7aacc14904d16c5069b891e4 Add files via upload The symbols œ/Œ and †/‡ have switched placed, this for convenience in regard to the already existing US QWERTY variants on GNU/Linux. --- diff --git a/linux-xkb/UltimateKEYS (Linux) - Keyboard Layout Image.png b/linux-xkb/UltimateKEYS (Linux) - Keyboard Layout Image.png index 80fa974..72e3bf7 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/ultkeys b/linux-xkb/ultkeys index a85a110..379469a 100644 --- a/linux-xkb/ultkeys +++ b/linux-xkb/ultkeys @@ -29,7 +29,7 @@ xkb_symbols "basic" { key { [ g, G, eacute, Eacute ] }; key { [ h, H, ugrave, Ugrave ] }; key { [ j, J, uacute, Uacute ] }; - key { [ k, K, dagger, doubledagger ] }; + key { [ k, K, oe, OE ] }; key { [ l, L, oslash, Oslash ] }; key { [ semicolon, colon, degree, periodcentered ] }; key { [ apostrophe, quotedbl, dead_acute, dead_diaeresis] }; @@ -42,7 +42,7 @@ xkb_symbols "basic" { key { [ u, U, udiaeresis, Udiaeresis ] }; key { [ i, I, idiaeresis, Idiaeresis ] }; key { [ o, O, odiaeresis, Odiaeresis ] }; - key { [ p, P, oe, OE ] }; + key { [ p, P, dagger, doubledagger ] }; key { [ bracketleft, braceleft, guillemotleft, U2039 ] }; key { [ bracketright, braceright, guillemotright, U203A ] }; key { [ 1, exclam, exclamdown, onesuperior ] };