From 14801fd551ec5010998480f81eee6af3b64f7ca6 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 9 Mar 2025 12:21:03 +0100 Subject: xkb: Map ‘°’ under ‘0’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .xkb/symbols/mango | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.xkb/symbols/mango') diff --git a/.xkb/symbols/mango b/.xkb/symbols/mango index 76928f3..3fac7b2 100644 --- a/.xkb/symbols/mango +++ b/.xkb/symbols/mango @@ -15,7 +15,7 @@ xkb_symbols "basic" { key { [ ampersand, 7, logicaland, 7 ] }; key { [ asterisk, 8, U22C5, 8 ] }; // ⋅ key { [ parenleft, 9, parenleft, 9 ] }; - key { [ parenright, 0, parenright, 0 ] }; + key { [ parenright, 0, U00B0, 0 ] }; // ° key { [ minus, underscore, endash, emdash ] }; key { [ e, E, eacute, Eacute ] }; @@ -48,4 +48,4 @@ xkb_symbols "german" { key { [ NoSymbol, NoSymbol, singlelowquotemark, doublelowquotemark ] }; key { [ NoSymbol, NoSymbol, leftsinglequotemark, leftdoublequotemark ] }; -}; +}; \ No newline at end of file -- cgit v1.2.3 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(-) (limited to '.xkb/symbols/mango') 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 From 44f18857dd882852972ce7e0ca1cca1e26095778 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 4 Jun 2025 18:05:13 +0200 Subject: xkb: Map Compose-t/T to þ/Þ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .xkb/symbols/mango | 1 + 1 file changed, 1 insertion(+) (limited to '.xkb/symbols/mango') diff --git a/.xkb/symbols/mango b/.xkb/symbols/mango index 642dc7e..f2ab38f 100644 --- a/.xkb/symbols/mango +++ b/.xkb/symbols/mango @@ -19,6 +19,7 @@ xkb_symbols "basic" { key { [ minus, underscore, endash, emdash ] }; key { [ e, E, eacute, Eacute ] }; + key { [ t, T, thorn, THORN ] }; key { [ u, U, udiaeresis, Udiaeresis ] }; // key { [ i, I, U0133, U0132 ] }; // ij and IJ key { [ i, I, idiaeresis, Idiaeresis ] }; -- cgit v1.2.3