From bf0dab2bdb76b075ea420e7adce6a6ee05198c83 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 8 Aug 2023 17:03:09 +0200 Subject: 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 --- symbols/in | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'symbols') diff --git a/symbols/in b/symbols/in index 86085599..85f90789 100644 --- a/symbols/in +++ b/symbols/in @@ -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 {[ grave, U1C7B ]}; key {[ U1C51, exclam ]}; -- cgit v1.2.3