diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2025-11-26 13:21:42 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2025-11-26 13:21:42 +0100 |
| commit | db51121dcb806d2e354d5854e9498e23cda81eb9 (patch) | |
| tree | 54030e9125d1d1e8149323694c403b5c3ead895b /.xkb | |
| parent | f2789d97506380d7f4f2b9013b496a1b6e90e29c (diff) | |
xkb: Improve the rough edges of Mango(Swedish)
Diffstat (limited to '.xkb')
| -rw-r--r-- | .xkb/symbols/mango | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/.xkb/symbols/mango b/.xkb/symbols/mango index a0d19ee..0ceabe7 100644 --- a/.xkb/symbols/mango +++ b/.xkb/symbols/mango @@ -55,7 +55,15 @@ xkb_symbols "swedish" { include "mango(basic)" name[Group1] = "Mango (Swedish)"; - key <AD11> { [ aring, Aring, bracketleft, braceleft ] }; - key <AC10> { [ odiaeresis, Odiaeresis, semicolon, colon ] }; - key <AC11> { [ adiaeresis, Adiaeresis, rightsinglequotemark, rightdoublequotemark ] }; + 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 ] }; + + // Dansk och norsk bokstäver på nivå 3 + key <AC01> { [ a, A, ae, AE ] }; + key <AD09> { [ o, O, oslash, Oslash ] }; }; |