From e09f9f5328f102dad08ab42ed60da5cd09078cbe Mon Sep 17 00:00:00 2001 From: jmcwilliams403 Date: Mon, 20 Mar 2023 12:18:29 -0400 Subject: symbols/us: add `plusminus` to level4 of M on us-intl + variants MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- symbols/us | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'symbols/us') 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 { [ v, V, v, V ] }; key { [ b, B, b, B ] }; key { [ n, N, ntilde, Ntilde ] }; - key { [ m, M, mu, mu ] }; + key { [ m, M, mu, plusminus ] }; key { [ comma, less, ccedilla, Ccedilla ] }; key { [ period, greater, dead_abovedot, dead_caron ] }; key { [ slash, question, questiondown, dead_hook ] }; @@ -310,7 +310,7 @@ xkb_symbols "dvorak-intl" { key { [ k, K, oe, OE ] }; key { [ x, X, x, X ] }; key { [ b, B, b, B ] }; - key { [ m, M, mu, mu ] }; + key { [ m, M, mu, plusminus ] }; key { [ w, W, aring, Aring ] }; key { [ v, V, v, V ] }; key { [ z, Z, ae, AE ] }; @@ -1553,7 +1553,7 @@ xkb_symbols "workman-intl" { key { [ z, Z, ae, AE ] }; key { [ x, X, x, X ] }; - key { [ m, M, mu, mu ] }; + key { [ m, M, mu, plusminus ] }; key { [ c, C, copyright, cent ] }; key { [ v, V, v, V ] }; key { [ k, K, oe, OE ] }; @@ -1717,7 +1717,7 @@ xkb_symbols "carpalx-intl" { key { [ q, Q, degree, paragraph ] }; key { [ g, G, U011F, U011E ] }; - key { [ m, M, mu, mu ] }; + key { [ m, M, mu, plusminus ] }; key { [ l, L, copyright, cent ] }; key { [ w, W, w, W ] }; key { [ y, Y, idiaeresis, Idiaeresis ] }; -- cgit v1.2.3