diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-16 20:42:41 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-16 20:42:41 +0200 |
commit | 0ef7e8644404b2e371e45b638148ef04da122c91 (patch) | |
tree | 133bf339cb2290211eff65669ce501f865035cc9 | |
parent | 99d602448f4360ece7ea08bdae5b03a6c1eeb15b (diff) |
xkb: Use ”curly quotes” in Swedish
-rw-r--r-- | .xkb/symbols/mango | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.xkb/symbols/mango b/.xkb/symbols/mango index 11c08c8..a0d19ee 100644 --- a/.xkb/symbols/mango +++ b/.xkb/symbols/mango @@ -55,7 +55,7 @@ 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 ] }; + key <AD11> { [ aring, Aring, bracketleft, braceleft ] }; + key <AC10> { [ odiaeresis, Odiaeresis, semicolon, colon ] }; + key <AC11> { [ adiaeresis, Adiaeresis, rightsinglequotemark, rightdoublequotemark ] }; }; |