diff options
Diffstat (limited to '.xkb/symbols/mango')
| -rw-r--r-- | .xkb/symbols/mango | 48 |
1 files changed, 31 insertions, 17 deletions
diff --git a/.xkb/symbols/mango b/.xkb/symbols/mango index 76928f3..b627efa 100644 --- a/.xkb/symbols/mango +++ b/.xkb/symbols/mango @@ -4,21 +4,14 @@ xkb_symbols "basic" { include "us(basic)" name[Group1] = "Mango"; - key <TLDE> { [ grave, tilde, minutes, seconds ] }; - 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 <AE06> { [ asciicircum, 6, asciicircum, 6 ] }; - key <AE07> { [ ampersand, 7, logicaland, 7 ] }; - key <AE08> { [ asterisk, 8, U22C5, 8 ] }; // ⋅ - key <AE09> { [ parenleft, 9, parenleft, 9 ] }; - key <AE10> { [ parenright, 0, parenright, 0 ] }; - key <AE11> { [ minus, underscore, endash, emdash ] }; + key <AE04> { [ 4, dollar, 4, EuroSign ] }; + key <AE07> { [ 7, ampersand, 7, logicaland ] }; + key <AE08> { [ 8, asterisk, 8, U22C5 ] }; // ⋅ + key <AE10> { [ 0, parenright, 0, U00B0 ] }; // ° + 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 ] }; @@ -37,8 +30,6 @@ xkb_symbols "basic" { key <AB09> { [ period, greater, ellipsis ] }; key <SPCE> { [ space, space, nobreakspace, nobreakspace ] }; - - // replace key <RCTL> { [ Meta_L ] }; }; partial @@ -46,6 +37,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)"; + + key <AD11> { [ aring, Aring, bracketleft, braceleft ] }; + key <AD12> { [ dead_acute, dead_grave, 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 ] }; + + // Danska och norska bokstäver på nivå 3 + key <AC01> { [ a, A, ae, AE ] }; + key <AD09> { [ o, O, oslash, Oslash ] }; }; |