From ba02a3e305899546267cabb36d38acd094329e2f Mon Sep 17 00:00:00 2001 From: tenextractor Date: Sun, 8 Dec 2024 02:42:27 +0530 Subject: Kazakh Cyrillic and Latin layouts (#819) --- check_layout.output | 4 +++ res/values/layouts.xml | 6 +++++ srcs/layouts/cyrl_jcuken_kk.xml | 55 +++++++++++++++++++++++++++++++++++++++++ srcs/layouts/latn_qwerty_kk.xml | 52 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 117 insertions(+) create mode 100644 srcs/layouts/cyrl_jcuken_kk.xml create mode 100644 srcs/layouts/latn_qwerty_kk.xml diff --git a/check_layout.output b/check_layout.output index d5bc1ce..6123226 100644 --- a/check_layout.output +++ b/check_layout.output @@ -29,6 +29,8 @@ Layout includes some ASCII punctuation but not all, missing: $ # beng_provat Layout includes some ASCII punctuation but not all, missing: $, &, *, ., /, <, >, [, \, ], `, {, |, } 1 warnings +# cyrl_jcuken_kk +0 warnings # cyrl_jcuken_ru 0 warnings # cyrl_jcuken_uk @@ -112,6 +114,8 @@ Layout redefines the bottom row but some important keys are missing, missing: lo 0 warnings # latn_qwerty_jp 0 warnings +# latn_qwerty_kk +0 warnings # latn_qwerty_lv 0 warnings # latn_qwerty_no diff --git a/res/values/layouts.xml b/res/values/layouts.xml index 2e3a364..17783eb 100644 --- a/res/values/layouts.xml +++ b/res/values/layouts.xml @@ -16,6 +16,7 @@ armenian_ph_am beng_national beng_provat + cyrl_jcuken_kk cyrl_jcuken_ru cyrl_jcuken_uk cyrl_lynyertz_sr @@ -46,6 +47,7 @@ latn_qwerty_haw latn_qwerty_hu latn_qwerty_jp + latn_qwerty_kk latn_qwerty_lv latn_qwerty_no latn_qwerty_pl @@ -84,6 +86,7 @@ Armenian বাংলা (জাতীয়) বাংলা (প্রভাত) + ЙЦУКЕН (Қазақша) ЙЦУКЕН (Русский) ЙЦУКЕН (Українська) ЉЊЕРТЗ (Српски) @@ -114,6 +117,7 @@ QWERTY (Hawaiian) QWERTY (Magyar) QWERTY (Japan) + QWERTY (Qazaqşa) QWERTY (Latvian) QWERTY (Norwegian) QWERTY (Polski) @@ -152,6 +156,7 @@ @xml/armenian_ph_am @xml/beng_national @xml/beng_provat + @xml/cyrl_jcuken_kk @xml/cyrl_jcuken_ru @xml/cyrl_jcuken_uk @xml/cyrl_lynyertz_sr @@ -182,6 +187,7 @@ @xml/latn_qwerty_haw @xml/latn_qwerty_hu @xml/latn_qwerty_jp + @xml/latn_qwerty_kk @xml/latn_qwerty_lv @xml/latn_qwerty_no @xml/latn_qwerty_pl diff --git a/srcs/layouts/cyrl_jcuken_kk.xml b/srcs/layouts/cyrl_jcuken_kk.xml new file mode 100644 index 0000000..7e5f936 --- /dev/null +++ b/srcs/layouts/cyrl_jcuken_kk.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/srcs/layouts/latn_qwerty_kk.xml b/srcs/layouts/latn_qwerty_kk.xml new file mode 100644 index 0000000..c8ee2e5 --- /dev/null +++ b/srcs/layouts/latn_qwerty_kk.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3