summaryrefslogtreecommitdiff
path: root/.xkb
diff options
context:
space:
mode:
Diffstat (limited to '.xkb')
-rw-r--r--.xkb/symbols/mango12
1 files changed, 11 insertions, 1 deletions
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 <AC10> { [ NoSymbol, NoSymbol, singlelowquotemark, doublelowquotemark ] };
key <AC11> { [ NoSymbol, NoSymbol, leftsinglequotemark, leftdoublequotemark ] };
-}; \ No newline at end of file
+};
+
+partial
+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, apostrophe, quotedbl ] };
+};