summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2023-07-31 09:34:04 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2023-07-31 09:39:47 +0200
commit0e57b03b4477026b5481abc529588780f62a5713 (patch)
treea00e95d069fbd0d40e7c4dbb958728b29051dfd7
parent8b1a54bbd9eddb0d629196fa56b287b4d318ddc5 (diff)
symbols/de: replace the mistaken cedi sign (`₵`) with the cent sign (`¢`)
The Sorbian layouts were added fifteen years ago in commit 775b0342af, with the Euro sign (`€`) on level 4 of the `T` key, and the Ghanaian cedi sign (`₵`, U+20B5) on level 3. It is obvious that the cent sign (`¢`) was meant instead, as Sorbian has nothing to do with Ghana. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
-rw-r--r--symbols/de4
1 files changed, 2 insertions, 2 deletions
diff --git a/symbols/de b/symbols/de
index fc623836..6e0ee4b9 100644
--- a/symbols/de
+++ b/symbols/de
@@ -585,7 +585,7 @@ xkb_symbols "dsb"
key <AD03> { [ e, E, ecaron, Ecaron ] };
key <AD04> { [ r, R, racute, Racute ] };
- key <AD05> { [ t, T, U20B5, EuroSign ] };
+ key <AD05> { [ t, T, cent, EuroSign ] };
key <AD09> { [ o, O, oacute, Oacute ] };
key <AC02> { [ s, S, sacute, Sacute ] };
@@ -609,7 +609,7 @@ xkb_symbols "dsb_qwertz"
key <AD03> { [ e, E, ecaron, Ecaron ] };
key <AD04> { [ r, R, racute, Racute ] };
- key <AD05> { [ t, T, U20B5, EuroSign ] };
+ key <AD05> { [ t, T, cent, EuroSign ] };
key <AD06> { [ z, Z, zcaron, Zcaron ] };
key <AD07> { [ u, U, zacute, Zacute ] };
key <AD09> { [ o, O, oacute, Oacute ] };