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