summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorL. K. Post <lkpost@scept.re>2021-02-01 01:34:18 +0100
committerL. K. Post <lkpost@scept.re>2021-02-01 01:52:24 +0100
commitaeed643124d761c85c55bb2668162afd7bca55b9 (patch)
tree7f6fe0c2bec045e9f78778ea775e6a2e0d2765af
parent76fc618608dea38a290500cf6308082548b82b8e (diff)
Restore "eu" Multi key
During the upgrade to v1.2 in 435d5612, Level 3 "m" was changed from "Multi_key" to "dead_greek", following the upstream changes. However, in the process Level 4 "m" was changed from "Multi_key" to "√". As all variations of v1.2 and later available upsteam have some form of compose key at L4 "m" and the .deb file available still it as "Multi_key", this seems to have been a mistake. It most likely happened because "√" is the placeholder symbol used in a diagram on the upstream website to indicate the presence of a compose key at that position. Fixes #246
-rw-r--r--symbols/eu2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbols/eu b/symbols/eu
index 01789e8f..c041dc9f 100644
--- a/symbols/eu
+++ b/symbols/eu
@@ -52,7 +52,7 @@ xkb_symbols "basic" {
key <AB04> { [ v, V, igrave, Igrave ] };
key <AB05> { [ b, B, iacute, Iacute ] };
key <AB06> { [ n, N, ntilde, Ntilde ] };
- key <AB07> { [ m, M, dead_greek, squareroot ] };
+ key <AB07> { [ m, M, dead_greek, Multi_key ] };
key <AB08> { [ comma, less, ograve, Ograve ] };
key <AB09> { [ period, greater, oacute, Oacute ] };
key <AB10> { [ slash, question, questiondown, 0x1002026 ] };