From 4f3fcfe64bfdf85d52fea0e179dc8b647b237d07 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Tue, 1 Nov 2022 21:24:54 +0100 Subject: Add the 'qwertz_de' layout Similar to 'qwertz' but is wider to show äöü on dedicated keys. Some punctuations are rebalanced to use the space better. The default layout for de_DE is changed. --- res/values/arrays.xml | 2 ++ res/xml/method.xml | 2 +- res/xml/qwertz_de.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 res/xml/qwertz_de.xml (limited to 'res') diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 7dc5a96..5519c80 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -15,6 +15,7 @@ qwerty_tr ru_jcuken qwertz + qwertz_de qwertz_hu bgph1 dvorak @@ -40,6 +41,7 @@ QWERTY (Türkçe) ЙЦУКЕН (Русский) QWERTZ + QWERTZ (Deutsch) QWERTZ (Hungarian) Bulgarian (Phonetic Traditional) Dvorak diff --git a/res/xml/method.xml b/res/xml/method.xml index f22b3f0..9ce5ed7 100644 --- a/res/xml/method.xml +++ b/res/xml/method.xml @@ -3,7 +3,7 @@ - + diff --git a/res/xml/qwertz_de.xml b/res/xml/qwertz_de.xml new file mode 100644 index 0000000..2181716 --- /dev/null +++ b/res/xml/qwertz_de.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3