From db51121dcb806d2e354d5854e9498e23cda81eb9 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 26 Nov 2025 13:21:42 +0100 Subject: xkb: Improve the rough edges of Mango(Swedish) --- .xkb/symbols/mango | 14 +++++++++++--- 1 file 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 { [ aring, Aring, bracketleft, braceleft ] }; - key { [ odiaeresis, Odiaeresis, semicolon, colon ] }; - key { [ adiaeresis, Adiaeresis, rightsinglequotemark, rightdoublequotemark ] }; + key { [ aring, Aring, bracketleft, braceleft ] }; + key { [ U0301, U0300, bracketright, braceright ] }; // ◌́ and ◌̀ + key { [ odiaeresis, Odiaeresis, semicolon, colon ] }; + key { [ adiaeresis, Adiaeresis, apostrophe, quotedbl ] }; + + key { [ k, K, rightsinglequotemark, rightdoublequotemark ] }; + key { [ l, L, rightsinglequotemark, rightdoublequotemark ] }; + + // Dansk och norsk bokstäver på nivå 3 + key { [ a, A, ae, AE ] }; + key { [ o, O, oslash, Oslash ] }; }; -- cgit v1.2.3