diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-07-01 22:17:03 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-07-01 22:17:03 +0200 |
commit | 564503c271bc1bf3a053ad79ae723bdb0a609396 (patch) | |
tree | c4e418e9bcae9c1ebec12eea5df4559c28910bdf | |
parent | 89d93fc78c24f34f4f7934c744763b658c37177e (diff) |
xkb: Add ′ and ″ to the layout
-rw-r--r-- | .xkb/symbols/mango | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.xkb/symbols/mango b/.xkb/symbols/mango index ebc08ac..ba88226 100644 --- a/.xkb/symbols/mango +++ b/.xkb/symbols/mango @@ -4,6 +4,7 @@ xkb_symbols "basic" { include "us(basic)" name[Group1] = "Mango"; + key <TLDE> { [ grave, tilde, U2032, U2033 ] }; // ′ and ″ key <AE01> { [ exclam, 1, exclam, 1 ] }; key <AE02> { [ at, 2, at, 2 ] }; key <AE03> { [ numbersign, 3, numbersign, 3 ] }; |