diff options
author | Benno Schulenberg <bensberg@telfort.nl> | 2023-08-08 17:03:09 +0200 |
---|---|---|
committer | Benno Schulenberg <bensberg@telfort.nl> | 2023-08-12 17:24:18 +0200 |
commit | bf0dab2bdb76b075ea420e7adce6a6ee05198c83 (patch) | |
tree | bacccc9c435113a1ba00d3c1031ce2b84e137ca3 /symbols | |
parent | bc7cc2355dae442a2c40acbd3b595d20c271b5ff (diff) |
symbols/in: rename a layout, after the language instead of the script
"Ol Chiki" is the name of the script [1] that is used to write the
Santali language [2].
[1] https://en.wikipedia.org/wiki/Ol_Chiki_script
[2] https://en.wikipedia.org/wiki/Santali_language
Naming the layout "Santali (Ol Chiki)" follows the examples of
"Punjabi (Gurmukhi)" and "Manipuri (Meitei)". This is also how
the corresponding layouts are named in Android.
(Originally the comment near the beginning of `symbols/in` referred
to scripts, not languages, but commit b9971d9ba8 from three years ago
changed that. Whether that was a good idea...)
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'symbols')
-rw-r--r-- | symbols/in | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -9,8 +9,8 @@ // - Gujarati // - Kannada // - Malayalam -// - Ol Chiki // - Oriya +// - Santali // - Tamil // - Telugu // - Urdu @@ -27,8 +27,7 @@ // http://ekushey.org/projects/shadhinota/index.html // - Microsoft Windows XP SP2: Indic Language Standards - an Introduction: // http://www.bhashaindia.com/MSProducts/XpSp2/Articles/IndicLanguageStandards.aspx -// - Ol Chiki: -// http://www.unicode.org/L2/L2005/05243r-n2984-ol-chiki.pdf (fig. 9) + // Devangari is the default. Kill me if I am wrong:) default partial alphanumeric_keys @@ -879,13 +878,12 @@ xkb_symbols "mal_lalitha" { }; +// Layout for Santali, using the Ol Chiki script. +// (https://www.unicode.org/L2/L2005/05243r-n2984-ol-chiki.pdf, figure 9) partial alphanumeric_keys -xkb_symbols "olck" { - - // Layout for the Ol Chiki script. - // http://www.unicode.org/L2/L2005/05243r-n2984-ol-chiki.pdf (figure 9) +xkb_symbols "sat" { - name[Group1]= "Ol Chiki"; + name[Group1]= "Santali (Ol Chiki)"; key <TLDE> {[ grave, U1C7B ]}; key <AE01> {[ U1C51, exclam ]}; |