diff options
| author | Anastázius Kaejatídarján | 2024-10-05 14:58:42 -0700 |
|---|---|---|
| committer | GitHub | 2024-10-05 23:58:42 +0200 |
| commit | 2233250e4d586f2f92b6d8ef9d87321b5c6ce4b7 (patch) | |
| tree | 3df064d48f545f10081eee7d10c801629a58d339 | |
| parent | c4a88e4d5bbe856cb58965e667f0f17008d19d5d (diff) | |
| download | unexpected-keyboard-2233250e4d586f2f92b6d8ef9d87321b5c6ce4b7.tar.gz unexpected-keyboard-2233250e4d586f2f92b6d8ef9d87321b5c6ce4b7.zip | |
Slavonictajiki (#776)
new layouts for old slavonic and tajik languages
| -rw-r--r-- | check_layout.output | 9 | ||||
| -rw-r--r-- | res/values/layouts.xml | 6 | ||||
| -rw-r--r-- | srcs/layouts/cyrl_yqukeng_tj.xml | 42 | ||||
| -rw-r--r-- | srcs/layouts/cyrl_yxukeng_os.xml | 42 |
4 files changed, 99 insertions, 0 deletions
diff --git a/check_layout.output b/check_layout.output index b70d9d8..c2d62e7 100644 --- a/check_layout.output +++ b/check_layout.output @@ -36,6 +36,15 @@ Layout includes some ASCII punctuation but not all, missing: $, &, *, ., /, <, > # cyrl_yaverti Layout includes some ASCII punctuation but not all, missing: ~ 1 warnings +# cyrl_yqukeng_tj +Layout doesn't define some important keys, missing: loc esc, loc tab +These keys are now added automatically, unexpected: f11_placeholder, f12_placeholder +2 warnings +# cyrl_yxukeng_os +Layout includes some ASCII punctuation but not all, missing: ", #, $, &, ', @, [, ], ~ +Layout doesn't define some important keys, missing: loc esc, loc tab +These keys are now added automatically, unexpected: f11_placeholder, f12_placeholder +3 warnings # deva_alt Layout includes some ASCII punctuation but not all, missing: #, $, %, &, ', (, ), +, ., /, :, <, =, >, [, \, ], ^, _, `, {, |, }, ~ Layout doesn't define some important keys, missing: loc esc, loc tab diff --git a/res/values/layouts.xml b/res/values/layouts.xml index 1857af8..f9608c2 100644 --- a/res/values/layouts.xml +++ b/res/values/layouts.xml @@ -20,6 +20,8 @@ <item>cyrl_lynyertz_sr</item> <item>cyrl_ueishsht</item> <item>cyrl_yaverti</item> + <item>cyrl_yqukeng_tj</item> + <item>cyrl_yxukeng_os</item> <item>deva_alt</item> <item>deva_inscript</item> <item>grek_qwerty</item> @@ -78,6 +80,8 @@ <item>ЉЊЕРТЗ (Српски)</item> <item>УЕИШЩ (Български, БДС)</item> <item>ЯВЕРТЪ</item> + <item>Tajiki Persian (Тоҷикӣ)</item> + <item>Old Church Slavonic (Црькъвьнословѣньскъ ѩзыкъ)</item> <item>देवनागरी (हिंदी)-2</item> <item>देवनागरी (हिंदी)-1</item> <item>QWERTY (Greek)</item> @@ -136,6 +140,8 @@ <item>@xml/cyrl_lynyertz_sr</item> <item>@xml/cyrl_ueishsht</item> <item>@xml/cyrl_yaverti</item> + <item>@xml/cyrl_yqukeng_tj</item> + <item>@xml/cyrl_yxukeng_os</item> <item>@xml/deva_alt</item> <item>@xml/deva_inscript</item> <item>@xml/grek_qwerty</item> diff --git a/srcs/layouts/cyrl_yqukeng_tj.xml b/srcs/layouts/cyrl_yqukeng_tj.xml new file mode 100644 index 0000000..e1e393a --- /dev/null +++ b/srcs/layouts/cyrl_yqukeng_tj.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="utf-8"?> +<keyboard name="Tajiki Persian (Тоҷикӣ)" script="cyrillic"> + <row> + <key key0="й" key7="esc" key4="delete" /> + <key key0="қ" key7="-" key8="_" /> + <key key0="у" key7="\@" key8="ӯ" /> + <key key0="к" key7="=" key8="+" /> + <key key0="е" key8="ё" key7="!" /> + <key key0="н" key7="$" key8="%"/> + <key key0="г" key7="^" key8="ғ" /> + <key key0="ш" key3="(" key2=")" /> + <key key0="ҳ" key3="[" key2="]" /> + <key key0="з" key3="{" key2="}" /> + <key key0="х" key7="tab" key3="backspace" /> + </row> + <row> + <key key0="ф" key7="1" /> + <key key0="ҷ" key7="2" /> + <key key0="в" key7="3" /> + <key key0="а" key7="4" /> + <key key0="п" key7="5" /> + <key key0="р" key7="6" /> + <key key0="о" key7="7" /> + <key key0="л" key7="8" /> + <key key0="д" key7="9" key8="f11_placeholder" /> + <key key0="ж" key7="0" key8="f12_placeholder" /> + <key key0="э" key7="\?" key3="/" /> + </row> + <row> + <key width="1.18" key0="shift" key2="loc capslock" /> + <key width="0.96" key0="я" key7="`" key8=";" /> + <key width="0.96" key0="ч" key7="*" key8=":" /> + <key width="0.96" key0="с" key7="&" key8="\#" /> + <key width="0.96" key0="м" key7="|" key8="\\" /> + <key width="0.96" key0="и" key7="~" /> + <key width="0.96" key0="т" key7="ц" /> + <key width="0.96" key0="ӣ" key3="<" key2=">" /> + <key width="0.96" key0="б" key7="ъ" key8="ы" /> + <key width="0.96" key0="ю" key7=""" key8="'"/> + <key width="1.18" key0="." key7="," /> + </row> +</keyboard>
\ No newline at end of file diff --git a/srcs/layouts/cyrl_yxukeng_os.xml b/srcs/layouts/cyrl_yxukeng_os.xml new file mode 100644 index 0000000..60be1ca --- /dev/null +++ b/srcs/layouts/cyrl_yxukeng_os.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="utf-8"?> +<keyboard name="Old Church Slavonic (Црькъвьнословѣньскъ ѩзыкъ)" script="cyrillic"> + <row> + <key key0="й" key7="esc" key4="delete" /> + <key key0="ѯ" key7="=" key8="+" /> + <key key0="у" key8="ѵ" key7="!" /> + <key key0="к" key7="%" key8="*" /> + <key key0="е" key7="ё" key8="combining_trema" /> + <key key0="н" key7="ѩ" key8="combining_titlo" /> + <key key0="г" key7="^" key8="combining_payerok" /> + <key key0="ш" key7="щ" key8="combining_vzmet" /> + <key key0="ѳ" key3="combining_slavonic_dasia" key2="combining_slavonic_psili" /> + <key key0="з" key3="combining_grave" key2="combining_aigu" /> + <key key0="х" key7="ҁ" key3="backspace" /> + </row> + <row> + <key key0="ф" key7="1" key4="tab" /> + <key key0="ꙉ" key7="2" key8="ъ" /> + <key key0="в" key7="3" key8="ꙑ" /> + <key key0="а" key7="4" key8="ь" /> + <key key0="п" key7="5" /> + <key key0="р" key7="6" /> + <key key0="о" key7="7" key8="ѡ" /> + <key key0="л" key7="8" /> + <key key0="д" key7="9" key8="f11_placeholder" /> + <key key0="ж" key7="0" key8="f12_placeholder" /> + <key key0="э" key7="/" key8="|" /> + </row> + <row> + <key width="1.18" key0="shift" /> + <key width="0.96" key0="ꙗ" key7="combining_breve" key8=";" /> + <key width="0.96" key0="ч" key7="combining_pokrytie" key8=":" /> + <key width="0.96" key0="с" key7="combining_inverted_breve" key8="`" /> + <key width="0.96" key0="м" key7="ѭ" /> + <key width="0.96" key0="и" key7="combining_vertical_tilde" key8="-" /> + <key width="0.96" key0="т" key7="\?" key8="\\" /> + <key width="0.96" key0="ц" key3="<" key2=">" /> + <key width="0.96" key0="б" key3="(" key2=")" /> + <key width="0.96" key0="ю" key3="{" key2="}" /> + <key width="1.18" key0="." key7="," key8="_" /> + </row> +</keyboard>
\ No newline at end of file |
