summaryrefslogtreecommitdiff
path: root/symbols
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2023-04-02 17:14:53 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2023-04-09 09:36:22 +0200
commit5d75d2ae8ca1f8d5688470af36566e25a5f9cb97 (patch)
tree9dd12c9eeb23042fe0afec34f4a7b1b09d54e98f /symbols
parent920d23c0215a19bb6d40f9e4cb53df3321c51ba4 (diff)
downloadxkeyboard-config-5d75d2ae8ca1f8d5688470af36566e25a5f9cb97.tar.gz
symbols/az: fix the numerosign (№) on Shift+3, and add two other symbols
The U2166 (Ⅶ ) was a mistyping of U2116 (№) that has existed since the original commit d8181925b2 from nineteen years ago. Also add the @ and the ₼ (manat sign) that Windows has on level 3 of the two neighbour keys. This fixes issue #375. Acked-by: Adil Aliyev Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'symbols')
-rw-r--r--symbols/az6
1 files changed, 3 insertions, 3 deletions
diff --git a/symbols/az b/symbols/az
index c978d0a..4233b36 100644
--- a/symbols/az
+++ b/symbols/az
@@ -10,9 +10,9 @@ xkb_symbols "latin" {
name[Group1]= "Azerbaijani";
- key <AE02> {[ 2, quotedbl ]};
- key <AE03> {[ 3, U2166 ]};
- key <AE04> {[ 4, semicolon ]};
+ key <AE02> {[ 2, quotedbl, at ]};
+ key <AE03> {[ 3, numerosign ]};
+ key <AE04> {[ 4, semicolon, U20BC ]}; // ₼ (manat sign)
key <AE06> {[ 6, colon ]};
key <AE07> {[ 7, question ]};