diff options
author | Thomas Voss <thomas.voss@humanwave.nl> | 2025-06-11 14:59:58 +0200 |
---|---|---|
committer | Thomas Voss <thomas.voss@humanwave.nl> | 2025-06-11 14:59:58 +0200 |
commit | 03f5bb39561fad4d7745ff796b91f73933d99259 (patch) | |
tree | c02bf7e1b0657c555412c895f4efebdad777dde2 /.xkb/symbols/mango | |
parent | fad74e4384176f8cf98c86cfbf5c0468c0f49dce (diff) | |
parent | eb28738864a4b3dfe4443e897ccdea21c0765dc0 (diff) |
Merge branch 'master' of github.com:Mango0x45/dotfiles
Diffstat (limited to '.xkb/symbols/mango')
-rw-r--r-- | .xkb/symbols/mango | 13 |
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 ] }; +}; |