summaryrefslogtreecommitdiff
path: root/.xkb/symbols/mango
diff options
context:
space:
mode:
Diffstat (limited to '.xkb/symbols/mango')
-rw-r--r--.xkb/symbols/mango13
1 files changed, 12 insertions, 1 deletions
diff --git a/.xkb/symbols/mango b/.xkb/symbols/mango
index 76928f3..f2ab38f 100644
--- a/.xkb/symbols/mango
+++ b/.xkb/symbols/mango
@@ -15,10 +15,11 @@ xkb_symbols "basic" {
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 <AE10> { [ parenright, 0, U00B0, 0 ] }; // °
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 ] };
@@ -49,3 +50,13 @@ xkb_symbols "german" {
key <AC10> { [ NoSymbol, NoSymbol, singlelowquotemark, doublelowquotemark ] };
key <AC11> { [ NoSymbol, NoSymbol, leftsinglequotemark, leftdoublequotemark ] };
};
+
+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 ] };
+};