summaryrefslogtreecommitdiff
path: root/symbols/us
diff options
context:
space:
mode:
authorjmcwilliams403 <jmcwilliams403@gmail.com>2023-03-20 12:18:29 -0400
committerBenno Schulenberg <bensberg@telfort.nl>2023-03-21 09:51:36 +0000
commite09f9f5328f102dad08ab42ed60da5cd09078cbe (patch)
treec504e6a97cfc58f7c64426e0ff822940be031af8 /symbols/us
parentf9f8a7f362f0b22d33655d10ff075fab66de0432 (diff)
symbols/us: add `plusminus` to level4 of M on us-intl + variants
The `plusminus` keysym is the last Latin-1 mathematical operator left unbound on the standard us-intl layout, and likewise, M is the last key position whose level4 shift state is the same as its level3 shift state. This patch binds `plusminus` to the level4 shift state of M, to go with a plausible phonetic nomenclature of plus«M»inus going on M for Minus, just as how «m»icro is bound.
Diffstat (limited to 'symbols/us')
-rw-r--r--symbols/us8
1 files changed, 4 insertions, 4 deletions
diff --git a/symbols/us b/symbols/us
index 0fb2dc36..4cbdf056 100644
--- a/symbols/us
+++ b/symbols/us
@@ -132,7 +132,7 @@ xkb_symbols "intl" {
key <AB04> { [ v, V, v, V ] };
key <AB05> { [ b, B, b, B ] };
key <AB06> { [ n, N, ntilde, Ntilde ] };
- key <AB07> { [ m, M, mu, mu ] };
+ key <AB07> { [ m, M, mu, plusminus ] };
key <AB08> { [ comma, less, ccedilla, Ccedilla ] };
key <AB09> { [ period, greater, dead_abovedot, dead_caron ] };
key <AB10> { [ slash, question, questiondown, dead_hook ] };
@@ -310,7 +310,7 @@ xkb_symbols "dvorak-intl" {
key <AB04> { [ k, K, oe, OE ] };
key <AB05> { [ x, X, x, X ] };
key <AB06> { [ b, B, b, B ] };
- key <AB07> { [ m, M, mu, mu ] };
+ key <AB07> { [ m, M, mu, plusminus ] };
key <AB08> { [ w, W, aring, Aring ] };
key <AB09> { [ v, V, v, V ] };
key <AB10> { [ z, Z, ae, AE ] };
@@ -1553,7 +1553,7 @@ xkb_symbols "workman-intl" {
key <AB01> { [ z, Z, ae, AE ] };
key <AB02> { [ x, X, x, X ] };
- key <AB03> { [ m, M, mu, mu ] };
+ key <AB03> { [ m, M, mu, plusminus ] };
key <AB04> { [ c, C, copyright, cent ] };
key <AB05> { [ v, V, v, V ] };
key <AB06> { [ k, K, oe, OE ] };
@@ -1717,7 +1717,7 @@ xkb_symbols "carpalx-intl" {
key <AD01> { [ q, Q, degree, paragraph ] };
key <AD02> { [ g, G, U011F, U011E ] };
- key <AD03> { [ m, M, mu, mu ] };
+ key <AD03> { [ m, M, mu, plusminus ] };
key <AD04> { [ l, L, copyright, cent ] };
key <AD05> { [ w, W, w, W ] };
key <AD06> { [ y, Y, idiaeresis, Idiaeresis ] };