summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-06-27 10:53:10 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-06-27 11:50:01 +0200
commit0766fb50dabc814138d9dfea17af1adc574e9a56 (patch)
tree0d9029e5ebfd95efc7f98933e10a99a485f0bdef
parent1815cefd1744b1f44a6585b3e0222f88c6175b32 (diff)
symbols/ca: correct the placement of ł, Ł, and § in official CSA layout
One year ago, commit 9aceb34058 swapped ł and Ł for no reason, and replaced § with ẞ because this seemed more logical. Both changes were wrong because the CSA layout is an official Canadian standard. Therefore revert these changes. References: https://en.wikipedia.org/wiki/CSA_keyboard https://en.wikipedia.org/wiki/File:ACNOR_keyboard.jpg http://kbdlayout.info/kbdcan/ This fixes issue #331. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
-rw-r--r--symbols/ca4
1 files changed, 2 insertions, 2 deletions
diff --git a/symbols/ca b/symbols/ca
index 39470414..8534cdce 100644
--- a/symbols/ca
+++ b/symbols/ca
@@ -343,7 +343,7 @@ xkb_symbols "multix" {
key.type[group1]="EIGHT_LEVEL_SEMIALPHABETIC";
key <AD01> {[ q, Q, NoSymbol, NoSymbol, NoSymbol, Greek_OMEGA ]};
- key <AD02> {[ w, W, NoSymbol, NoSymbol, Lstroke, lstroke ]};
+ key <AD02> {[ w, W, NoSymbol, NoSymbol, lstroke, Lstroke ]};
key <AD03> {[ e, E, NoSymbol, NoSymbol, oe, OE ]};
key <AD04> {[ r, R, NoSymbol, NoSymbol, paragraph, registered ]};
key <AD05> {[ t, T, NoSymbol, NoSymbol, tslash, Tslash ]};
@@ -360,7 +360,7 @@ xkb_symbols "multix" {
key <AD12> {[ ccedilla, Ccedilla, asciitilde, NoSymbol, dead_tilde, dead_macron ]};
key <AC01> {[ a, A, NoSymbol, NoSymbol, ae, AE ]};
- key <AC02> {[ s, S, NoSymbol, NoSymbol, ssharp, U1E9E ]};
+ key <AC02> {[ s, S, NoSymbol, NoSymbol, ssharp, section ]};
key <AC03> {[ d, D, NoSymbol, NoSymbol, eth, ETH ]};
key <AC04> {[ f, F, NoSymbol, NoSymbol, NoSymbol, ordfeminine ]};
key <AC05> {[ g, G, NoSymbol, NoSymbol, eng, ENG ]};