summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-05-22 20:03:58 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-05-24 11:39:54 +0200
commit57c975ad6d43beb21263bb1a87ca7ae5785e27b9 (patch)
tree57be52f30de053627adbe3963515f9d08d94c101
parentbefc374d6e348affc7ba073fac78eac576627094 (diff)
symbols/in: include the Rupee separately when layout is just two levels
When the layout itself is entirely in just two levels, it is clearer to add the Rupee sign to the third level of the "4" key as an include at the end, because only then it makes sense to include 'ralt_switch' as a third-level chooser.
-rw-r--r--symbols/in3
1 files changed, 2 insertions, 1 deletions
diff --git a/symbols/in b/symbols/in
index a417c383..7bd70d17 100644
--- a/symbols/in
+++ b/symbols/in
@@ -810,7 +810,7 @@ xkb_symbols "olck" {
key <AE01> { [ U1C51, exclam ] };
key <AE02> { [ U1C52, at ] };
key <AE03> { [ U1C53, numbersign ] };
- key <AE04> { [ U1C54, dollar, U20B9 ] }; // Rupee
+ key <AE04> { [ U1C54, dollar ] };
key <AE05> { [ U1C55, percent ] };
key <AE06> { [ U1C56, asciicircum ] };
key <AE07> { [ U1C57, ampersand ] };
@@ -857,6 +857,7 @@ xkb_symbols "olck" {
key <AB09> { [ U1C79, greater ] };
key <AB10> { [ slash, question ] };
+ include "rupeesign(4)"
include "level3(ralt_switch)"
};