From d79f87420f2e3868b475f6a2278b8860bba1719b Mon Sep 17 00:00:00 2001 From: frimdo Date: Sat, 1 Jul 2023 17:04:31 +0200 Subject: New default Czech layout (#380) The previous default layout is renamed `latn_qwertz_cz_multifunctional`.--- check_layout.output | 4 ++- res/values/layouts.xml | 3 ++ res/xml/latn_qwertz_cz.xml | 56 +++++++++++++++--------------- res/xml/latn_qwertz_cz_multifunctional.xml | 37 ++++++++++++++++++++ 4 files changed, 71 insertions(+), 29 deletions(-) create mode 100644 res/xml/latn_qwertz_cz_multifunctional.xml diff --git a/check_layout.output b/check_layout.output index a1af606..8dd12f9 100644 --- a/check_layout.output +++ b/check_layout.output @@ -81,9 +81,11 @@ Layout includes some ASCII punctuation but not all, missing: $ # res/xml/latn_qwerty_vi.xml Layout includes some ASCII punctuation but not all, missing: \ 1 warnings -# res/xml/latn_qwertz_cz.xml +# res/xml/latn_qwertz_cz_multifunctional.xml Layout includes some ASCII punctuation but not all, missing: ` 1 warnings +# res/xml/latn_qwertz_cz.xml +0 warnings # res/xml/latn_qwertz_de.xml 0 warnings # res/xml/latn_qwertz_hu.xml 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 @@ latn_qwerty_vi latn_qwertz latn_qwertz_cz + latn_qwertz_cz_multifunctional latn_qwertz_de latn_qwertz_hu latn_qwertz_sk @@ -76,6 +77,7 @@ QWERTY (Vietnamese) QWERTZ QWERTZ (Czech) + QWERTZ Multifunctional (Czech) QWERTZ (Deutsch) QWERTZ (Magyar) QWERTZ (Slovak) @@ -116,6 +118,7 @@ @xml/latn_qwerty_vi @xml/latn_qwertz @xml/latn_qwertz_cz + @xml/latn_qwertz_cz_multifunctional @xml/latn_qwertz_de @xml/latn_qwertz_hu @xml/latn_qwertz_sk diff --git a/res/xml/latn_qwertz_cz.xml b/res/xml/latn_qwertz_cz.xml index fc096ee..75f8a88 100644 --- a/res/xml/latn_qwertz_cz.xml +++ b/res/xml/latn_qwertz_cz.xml @@ -1,37 +1,37 @@ - - + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - + + + + + + + diff --git a/res/xml/latn_qwertz_cz_multifunctional.xml b/res/xml/latn_qwertz_cz_multifunctional.xml new file mode 100644 index 0000000..993941a --- /dev/null +++ b/res/xml/latn_qwertz_cz_multifunctional.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3