From 6c0d3b1053827513222e8bb7d17d7f319c4ec478 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 14 May 2025 21:45:56 +0200 Subject: xkb: Create the Mango (Swedish) layout --- .xkb/symbols/mango | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.xkb/symbols/mango b/.xkb/symbols/mango index 3fac7b2..642dc7e 100644 --- a/.xkb/symbols/mango +++ b/.xkb/symbols/mango @@ -48,4 +48,14 @@ xkb_symbols "german" { key { [ NoSymbol, NoSymbol, singlelowquotemark, doublelowquotemark ] }; key { [ NoSymbol, NoSymbol, leftsinglequotemark, leftdoublequotemark ] }; -}; \ No newline at end of file +}; + +partial +xkb_symbols "swedish" { + include "mango(basic)" + name[Group1] = "Mango (Swedish)"; + + key { [ aring, Aring, bracketleft, braceleft ] }; + key { [ odiaeresis, Odiaeresis, semicolon, colon ] }; + key { [ adiaeresis, Adiaeresis, apostrophe, quotedbl ] }; +}; -- cgit v1.2.3