diff options
| author | tenextractor | 2024-12-06 02:28:41 +0530 |
|---|---|---|
| committer | GitHub | 2024-12-05 21:58:41 +0100 |
| commit | b872c537982e3eb858f604e41a1d6f3861efa449 (patch) | |
| tree | 88c0ba37f89e6fb08d0ed9b2f648f4e5e9149720 /res | |
| parent | 905a78a5413003b91be0e89088db7291b19b12e0 (diff) | |
| download | unexpected-keyboard-b872c537982e3eb858f604e41a1d6f3861efa449.tar.gz unexpected-keyboard-b872c537982e3eb858f604e41a1d6f3861efa449.zip | |
Czech diacritic QWERTZ layout (#814)
Diffstat (limited to 'res')
| -rw-r--r-- | res/values/layouts.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/layouts.xml b/res/values/layouts.xml index 40877fb..64a7e7b 100644 --- a/res/values/layouts.xml +++ b/res/values/layouts.xml @@ -56,6 +56,7 @@ <item>latn_qwerty_vi</item> <item>latn_qwertz</item> <item>latn_qwertz_cz</item> + <item>latn_qwertz_cz_diacritics</item> <item>latn_qwertz_cz_multifunctional</item> <item>latn_qwertz_de</item> <item>latn_qwertz_fr_ch</item> @@ -121,6 +122,7 @@ <item>QWERTY (Vietnamese)</item> <item>QWERTZ</item> <item>QWERTZ (Czech)</item> + <item>QWERTZ (Czech with diacritic keys)</item> <item>QWERTZ Multifunctional (Czech)</item> <item>QWERTZ (Deutsch)</item> <item>QWERTZ (Swiss French)</item> @@ -186,6 +188,7 @@ <item>@xml/latn_qwerty_vi</item> <item>@xml/latn_qwertz</item> <item>@xml/latn_qwertz_cz</item> + <item>@xml/latn_qwertz_cz_diacritics</item> <item>@xml/latn_qwertz_cz_multifunctional</item> <item>@xml/latn_qwertz_de</item> <item>@xml/latn_qwertz_fr_ch</item> |
