diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-27 09:57:01 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-27 09:57:01 +0100 |
| commit | b79a7a9122c01dd641ad0bf37a91a1d6c0fd1b8b (patch) | |
| tree | 9a4d6497af15e396a10efbf1e87471245727d0fb | |
| parent | 8a8493fd15e18b5e02cd888a00eb58500e86cc05 (diff) | |
| -rw-r--r-- | .xkb/symbols/mango | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.xkb/symbols/mango b/.xkb/symbols/mango index b627efa..c63320f 100644 --- a/.xkb/symbols/mango +++ b/.xkb/symbols/mango @@ -1,8 +1,8 @@ // https://cgit.freedesktop.org/xorg/proto/x11proto/tree/keysymdef.h default partial alphanumeric_keys modifier_keys -xkb_symbols "basic" { +xkb_symbols "english" { include "us(basic)" - name[Group1] = "Mango"; + name[Group1] = "Mango (English)"; key <AE04> { [ 4, dollar, 4, EuroSign ] }; key <AE07> { [ 7, ampersand, 7, logicaland ] }; @@ -34,7 +34,7 @@ xkb_symbols "basic" { partial xkb_symbols "german" { - include "mango(basic)" + include "mango(english)" name[Group1] = "Mango (German)"; key <AD11> { [ udiaeresis, Udiaeresis, bracketleft, braceleft ] }; @@ -48,7 +48,7 @@ xkb_symbols "german" { partial xkb_symbols "swedish" { - include "mango(basic)" + include "mango(english)" name[Group1] = "Mango (Swedish)"; key <AD11> { [ aring, Aring, bracketleft, braceleft ] }; |