diff options
Diffstat (limited to '.xkb/symbols/mango')
| -rw-r--r-- | .xkb/symbols/mango | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/.xkb/symbols/mango b/.xkb/symbols/mango index 642dc7e..d62ede2 100644 --- a/.xkb/symbols/mango +++ b/.xkb/symbols/mango @@ -8,9 +8,8 @@ xkb_symbols "basic" { key <AE01> { [ exclam, 1, exclam, 1 ] }; key <AE02> { [ at, 2, at, 2 ] }; key <AE03> { [ numbersign, 3, numbersign, 3 ] }; - key <AE04> { [ EuroSign, 4, dollar, 4 ] }; key <AE04> { [ dollar, 4, EuroSign, EuroSign ] }; - key <AE05> { [ percent, 5, dollar, 5 ] }; + key <AE05> { [ percent, 5, EuroSign, EuroSign ] }; key <AE06> { [ asciicircum, 6, asciicircum, 6 ] }; key <AE07> { [ ampersand, 7, logicaland, 7 ] }; key <AE08> { [ asterisk, 8, U22C5, 8 ] }; // ⋅ @@ -19,6 +18,7 @@ xkb_symbols "basic" { key <AE11> { [ minus, underscore, endash, emdash ] }; key <AD03> { [ e, E, eacute, Eacute ] }; + key <AD05> { [ t, T, thorn, THORN ] }; key <AD07> { [ u, U, udiaeresis, Udiaeresis ] }; // key <AD08> { [ i, I, U0133, U0132 ] }; // ij and IJ key <AD08> { [ i, I, idiaeresis, Idiaeresis ] }; @@ -46,16 +46,29 @@ xkb_symbols "german" { include "mango(basic)" name[Group1] = "Mango (German)"; - key <AC10> { [ NoSymbol, NoSymbol, singlelowquotemark, doublelowquotemark ] }; - key <AC11> { [ NoSymbol, NoSymbol, leftsinglequotemark, leftdoublequotemark ] }; + key <AD11> { [ udiaeresis, Udiaeresis, bracketleft, braceleft ] }; + key <AD12> { [ ssharp, U1E9E, bracketright, braceright ] }; // ẞ + key <AC10> { [ odiaeresis, Odiaeresis, semicolon, colon ] }; + key <AC11> { [ adiaeresis, Adiaeresis, apostrophe, quotedbl ] }; + + key <AC08> { [ k, K, singlelowquotemark, doublelowquotemark ] }; + key <AC09> { [ l, L, leftsinglequotemark, leftdoublequotemark ] }; }; partial xkb_symbols "swedish" { include "mango(basic)" - name[Group1] = "Mango (Swedish)"; + name[Group1] = "Mango (Swedish)"; + + key <AD11> { [ aring, Aring, bracketleft, braceleft ] }; + key <AD12> { [ U0301, U0300, bracketright, braceright ] }; // ◌́ and ◌̀ + key <AC10> { [ odiaeresis, Odiaeresis, semicolon, colon ] }; + key <AC11> { [ adiaeresis, Adiaeresis, apostrophe, quotedbl ] }; + + key <AC08> { [ k, K, rightsinglequotemark, rightdoublequotemark ] }; + key <AC09> { [ l, L, rightsinglequotemark, rightdoublequotemark ] }; - key <AD11> { [ aring, Aring, bracketleft, braceleft ] }; - key <AC10> { [ odiaeresis, Odiaeresis, semicolon, colon ] }; - key <AC11> { [ adiaeresis, Adiaeresis, apostrophe, quotedbl ] }; + // Danska och norska bokstäver på nivå 3 + key <AC01> { [ a, A, ae, AE ] }; + key <AD09> { [ o, O, oslash, Oslash ] }; }; |