diff options
| author | frimdo | 2023-07-01 17:04:31 +0200 |
|---|---|---|
| committer | GitHub | 2023-07-01 17:04:31 +0200 |
| commit | d79f87420f2e3868b475f6a2278b8860bba1719b (patch) | |
| tree | f7145bb435a5186ae0adf8b41ac33fd133a58b2b /res/values | |
| parent | bd39137c2887d8a0624b68b3a9147f22f6615a83 (diff) | |
| download | unexpected-keyboard-d79f87420f2e3868b475f6a2278b8860bba1719b.tar.gz unexpected-keyboard-d79f87420f2e3868b475f6a2278b8860bba1719b.zip | |
New default Czech layout (#380)
The previous default layout is renamed `latn_qwertz_cz_multifunctional`.
Diffstat (limited to 'res/values')
| -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 139d42e..841307e 100644 --- a/res/values/layouts.xml +++ b/res/values/layouts.xml @@ -36,6 +36,7 @@ <item>latn_qwerty_vi</item> <item>latn_qwertz</item> <item>latn_qwertz_cz</item> + <item>latn_qwertz_cz_multifunctional</item> <item>latn_qwertz_de</item> <item>latn_qwertz_hu</item> <item>latn_qwertz_sk</item> @@ -76,6 +77,7 @@ <item>QWERTY (Vietnamese)</item> <item>QWERTZ</item> <item>QWERTZ (Czech)</item> + <item>QWERTZ Multifunctional (Czech)</item> <item>QWERTZ (Deutsch)</item> <item>QWERTZ (Magyar)</item> <item>QWERTZ (Slovak)</item> @@ -116,6 +118,7 @@ <item>@xml/latn_qwerty_vi</item> <item>@xml/latn_qwertz</item> <item>@xml/latn_qwertz_cz</item> + <item>@xml/latn_qwertz_cz_multifunctional</item> <item>@xml/latn_qwertz_de</item> <item>@xml/latn_qwertz_hu</item> <item>@xml/latn_qwertz_sk</item> |
