summaryrefslogtreecommitdiff
path: root/symbols/in
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-05-27 10:29:54 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-05-27 12:03:46 +0200
commitd499986cc46bca822c25b348055c9d6a4d97128c (patch)
treef60f72587537ce08eb951de96b2cc8d238396a64 /symbols/in
parent0a9b95c6ce86a165e47cad81be03f114ce053a72 (diff)
symbols: make sure to specify also the group when specifying a key type
When specifying the key type for a series of keys, the "[group1]" has to be included; otherwise, when there are multiple groups, this type would override the key type of other groups for keys where a type is not explicitly specified.
Diffstat (limited to 'symbols/in')
-rw-r--r--symbols/in4
1 files changed, 2 insertions, 2 deletions
diff --git a/symbols/in b/symbols/in
index 7bd70d17..a47593b3 100644
--- a/symbols/in
+++ b/symbols/in
@@ -231,7 +231,7 @@ xkb_symbols "ben" {
xkb_symbols "ben_probhat" {
name[Group1]= "Bangla (India, Probhat)";
- key.type="FOUR_LEVEL";
+ key.type[group1]="FOUR_LEVEL";
// Digits row:
key <TLDE> { [ U200D, asciitilde ] };
@@ -2354,7 +2354,7 @@ xkb_symbols "san-misc" {
partial alphanumeric_keys
xkb_symbols "modi-kagapa" {
name[Group1] = "Modi (KaGaPa phonetic)";
- key.type="FOUR_LEVEL";
+ key.type[group1]="FOUR_LEVEL";
key <TLDE> { [ grave, asciitilde, U201C ] }; // U201C: left double quotation mark
key <AE01> { [ 1, exclam, U11651 ] };