summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2023-04-29 17:03:50 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2023-04-29 17:20:35 +0200
commit5bead34cfc124c3940186d35f698efde651c4c58 (patch)
tree8b226cb03e7021719daf74ae3a3a71aece94b2e3
parent2ed2629407c51c05b2ec98e93dc7fddb2b496d84 (diff)
downloadxkeyboard-config-5bead34cfc124c3940186d35f698efde651c4c58.tar.gz
symbols/ca: restore a redefinition that was dropped by misunderstanding
Four days ago commit 43a420f003 dropped the redefinition of `AB09` from the Canadian OLPC layout, thinking that the Unicode HYPHEN (U+2010) is the same as keysym 'hyphen'. But the latter is U+00AD, the SOFT HYPHEN. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
-rw-r--r--symbols/ca2
1 files changed, 2 insertions, 0 deletions
diff --git a/symbols/ca b/symbols/ca
index 1cdc6a7..6ac11b6 100644
--- a/symbols/ca
+++ b/symbols/ca
@@ -313,6 +313,8 @@ xkb_symbols "olpc" {
key <AD03> {[ e, E, EuroSign, none ]};
+ key <AB09> {[ period, period, U2010, none ]}; // HYPHEN
+
key <I219> {[ guillemotleft, guillemotright, degree, none ]};
};