Add Chuvash layout (#677)

Co-authored-by: tenextractor <tenextractor@outlook.com>
This commit is contained in:
tenextractor 2024-04-12 14:46:43 +00:00 committed by GitHub
parent d3ddf8d9d2
commit 6a9156f0eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 75 additions and 1 deletions

View file

@ -0,0 +1,20 @@
[popup_keys]
" « » „ “ ”
у у́ ү ӯ
к қ
е е́ ә
н ң
г ғ
х ҳ
ы ы́
а а́
о о́ ө
ж җ
э э́ є
я я́
ч ҷ
и и́ і ӣ
ю ю́
[labels]
alphabet: АБВ

View file

@ -0,0 +1,44 @@
ё
ӑ
ӗ
ҫ
ӳ
ъ
-
!
?
"
й
ц
у
к
е
н
г
ш
щ
з
х
ф
ы
в
а
п
р
о
л
д
ж
э
я
ч
с
м
и
т
ь
б
ю

View file

@ -165,7 +165,7 @@ object ScriptUtils {
"ar", "ur", "fa" -> SCRIPT_ARABIC
"hy" -> SCRIPT_ARMENIAN
"bn" -> SCRIPT_BENGALI
"sr", "mk", "ru", "uk", "mn", "be", "kk", "ky", "bg", "xdq" -> SCRIPT_CYRILLIC
"sr", "mk", "ru", "uk", "mn", "be", "kk", "ky", "bg", "xdq", "cv" -> SCRIPT_CYRILLIC
"ka" -> SCRIPT_GEORGIAN
"el" -> SCRIPT_GREEK
"iw" -> SCRIPT_HEBREW

View file

@ -23,6 +23,7 @@
bn_IN: Bengali (India)/bengali
ca: Catalan/qwerty+
cs: Czech/qwertz
cv: Chuvash/chuvash
da: Danish/qwerty+
de: German/qwertz
de_DE: German (Germany)/qwertz+
@ -269,6 +270,15 @@
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwertz,AsciiCapable,SupportTouchPositionCorrection,EmojiCapable"
android:isAsciiCapable="true"
/>
<subtype android:icon="@drawable/ic_ime_switcher"
android:label="@string/subtype_generic"
android:subtypeId="0xdf43fc1d"
android:imeSubtypeLocale="cv"
android:languageTag="cv"
android:imeSubtypeMode="keyboard"
android:imeSubtypeExtraValue="KeyboardLayoutSet=chuvash,EmojiCapable"
android:isAsciiCapable="false"
/>
<subtype android:icon="@drawable/ic_ime_switcher"
android:label="@string/subtype_generic"
android:subtypeId="0x2df4605d"