From eec9adae45256a5dac040fbb8a8b83d858d84df0 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 27 Feb 2026 20:57:34 +0100 Subject: xkb: Remove swap of symbols and numbers This swap is now done at the hardware level via QMK --- .xkb/symbols/mango | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/.xkb/symbols/mango b/.xkb/symbols/mango index eed41ff..b627efa 100644 --- a/.xkb/symbols/mango +++ b/.xkb/symbols/mango @@ -4,18 +4,11 @@ xkb_symbols "basic" { include "us(basic)" name[Group1] = "Mango"; - key { [ grave, tilde, minutes, seconds ] }; - key { [ exclam, 1, exclam, 1 ] }; - key { [ at, 2, at, 2 ] }; - key { [ numbersign, 3, numbersign, 3 ] }; - key { [ dollar, 4, EuroSign, EuroSign ] }; - key { [ percent, 5, EuroSign, EuroSign ] }; - key { [ asciicircum, 6, asciicircum, 6 ] }; - key { [ ampersand, 7, logicaland, 7 ] }; - key { [ asterisk, 8, U22C5, 8 ] }; // ⋅ - key { [ parenleft, 9, parenleft, 9 ] }; - key { [ parenright, 0, U00B0, 0 ] }; // ° - key { [ minus, underscore, endash, emdash ] }; + key { [ 4, dollar, 4, EuroSign ] }; + key { [ 7, ampersand, 7, logicaland ] }; + key { [ 8, asterisk, 8, U22C5 ] }; // ⋅ + key { [ 0, parenright, 0, U00B0 ] }; // ° + key { [ minus, underscore, endash, emdash ] }; key { [ e, E, eacute, Eacute ] }; key { [ t, T, thorn, THORN ] }; @@ -37,8 +30,6 @@ xkb_symbols "basic" { key { [ period, greater, ellipsis ] }; key { [ space, space, nobreakspace, nobreakspace ] }; - - // replace key { [ Meta_L ] }; }; partial @@ -62,7 +53,6 @@ xkb_symbols "swedish" { key { [ aring, Aring, bracketleft, braceleft ] }; key { [ dead_acute, dead_grave, bracketright, braceright ] }; // ◌́ and ◌̀ - // key { [ U0301, U0300, bracketright, braceright ] }; // ◌́ and ◌̀ key { [ odiaeresis, Odiaeresis, semicolon, colon ] }; key { [ adiaeresis, Adiaeresis, apostrophe, quotedbl ] }; -- cgit v1.2.3