summaryrefslogtreecommitdiff
path: root/symbols
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2023-04-02 12:42:17 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2023-04-02 17:01:36 +0200
commite31cff1a17741e113afff98cabc6b6adb3d766c6 (patch)
tree38b3413e6833abc53163bca38d2d671753e70914 /symbols
parent6fe79e67f1b405500d50d6a40c6ac66c7027865b (diff)
downloadxkeyboard-config-e31cff1a17741e113afff98cabc6b6adb3d766c6.tar.gz
symbols/az: add four missing key definitions to the Cyrillic layout
Also, add `@` on AltGr+2 and `₼` on AltGr+4, to match what Windows has. (Not that it matters much, because Azerbaijani is written with the Latin alphabet nowadays, but it's nice to have things working right.) This fixes issue #376. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'symbols')
-rw-r--r--symbols/az10
1 files changed, 8 insertions, 2 deletions
diff --git a/symbols/az b/symbols/az
index bdb8e48..c978d0a 100644
--- a/symbols/az
+++ b/symbols/az
@@ -37,15 +37,19 @@ xkb_symbols "cyrillic" {
name[Group1]= "Azerbaijani (Cyrillic)";
- key <AE02> {[ 2, quotedbl ]};
+ key <TLDE> {[ grave, asciitilde ]};
+ key <AE01> {[ 1, exclam ]};
+ key <AE02> {[ 2, quotedbl, at ]}; // @
key <AE03> {[ 3, numbersign ]};
- key <AE04> {[ 4, semicolon ]};
+ key <AE04> {[ 4, semicolon, U20BC ]}; // ₼
+ key <AE05> {[ 5, percent ]};
key <AE06> {[ 6, colon ]};
key <AE07> {[ 7, question ]};
key <AE08> {[ 8, asterisk, braceleft ]};
key <AE09> {[ 9, parenleft, bracketleft ]};
key <AE10> {[ 0, parenright, bracketright ]};
key <AE11> {[ minus, underscore, braceright ]};
+ key <AE12> {[ equal, plus ]};
key <AD01> {[ Cyrillic_je, Cyrillic_JE ]};
key <AD02> {[Cyrillic_u_straight,Cyrillic_U_straight]};
@@ -82,4 +86,6 @@ xkb_symbols "cyrillic" {
key <AB08> {[ Cyrillic_be, Cyrillic_BE ]};
key <AB09> {[ Cyrillic_o_bar, Cyrillic_O_bar ]};
key <AB10> {[ period, comma ]};
+
+ include "level3(ralt_switch)"
};