From d62e7647e0feb9c3c7d363c50f31f1aaf101ecd0 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 3 Apr 2022 13:30:24 +0200 Subject: Move keys away from the edges of the screen These keys are harder to hit as the finger might exit the screen before traveling enough to hit a corner. It might be particularly harder for people that use a phone case. Every layouts are changed, the notable changes are: - The Escape key is in the bottom-right corner of the first key. This position looks weird at first but is a lot easier to type. - The 0 key is on the top-left of the last key on the first row. It is not like the other digits. - The Tab key is on the top-right. This might be hard to re-learn. - Some layouts had more changes to accomodate these new positions. Co-authored-by: Raphael --- res/xml/azerty.xml | 12 ++++++------ res/xml/dvorak.xml | 6 +++--- res/xml/local_bgph1.xml | 14 +++++++------- res/xml/local_ru_jcuken.xml | 6 +++--- res/xml/numeric.xml | 10 +++++----- res/xml/qwerty.xml | 8 ++++---- res/xml/qwerty_es.xml | 12 ++++++------ res/xml/qwerty_ko.xml | 8 ++++---- res/xml/qwerty_lv.xml | 16 ++++++++-------- res/xml/qwerty_pt.xml | 16 ++++++++-------- res/xml/qwerty_sv_se.xml | 8 ++++---- res/xml/qwertz.xml | 12 ++++++------ 12 files changed, 64 insertions(+), 64 deletions(-) diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml index 6e59882..c081d56 100644 --- a/res/xml/azerty.xml +++ b/res/xml/azerty.xml @@ -1,19 +1,19 @@ - - + + - - + + - + @@ -22,7 +22,7 @@ - + diff --git a/res/xml/dvorak.xml b/res/xml/dvorak.xml index 5fe2741..24d2117 100644 --- a/res/xml/dvorak.xml +++ b/res/xml/dvorak.xml @@ -1,7 +1,7 @@ - + @@ -12,7 +12,7 @@ - + @@ -21,7 +21,7 @@ - + diff --git a/res/xml/local_bgph1.xml b/res/xml/local_bgph1.xml index 00dfbe7..0d71527 100644 --- a/res/xml/local_bgph1.xml +++ b/res/xml/local_bgph1.xml @@ -1,16 +1,16 @@ - - + + - - + + - + @@ -20,8 +20,8 @@ - - + + diff --git a/res/xml/local_ru_jcuken.xml b/res/xml/local_ru_jcuken.xml index 3869eb2..a2a2837 100644 --- a/res/xml/local_ru_jcuken.xml +++ b/res/xml/local_ru_jcuken.xml @@ -1,9 +1,9 @@ - - - + + + diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml index 0b7ef49..957b27b 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -10,13 +10,13 @@ - + - + @@ -27,9 +27,9 @@ - - - + + + diff --git a/res/xml/qwerty.xml b/res/xml/qwerty.xml index 70640c0..8f07441 100644 --- a/res/xml/qwerty.xml +++ b/res/xml/qwerty.xml @@ -1,16 +1,16 @@ - - - + + + - + diff --git a/res/xml/qwerty_es.xml b/res/xml/qwerty_es.xml index 93a5298..3695996 100644 --- a/res/xml/qwerty_es.xml +++ b/res/xml/qwerty_es.xml @@ -1,20 +1,20 @@ - - - + + + - + - - + + diff --git a/res/xml/qwerty_ko.xml b/res/xml/qwerty_ko.xml index a886951..b945147 100644 --- a/res/xml/qwerty_ko.xml +++ b/res/xml/qwerty_ko.xml @@ -1,16 +1,16 @@ - - - + + + - + diff --git a/res/xml/qwerty_lv.xml b/res/xml/qwerty_lv.xml index e828851..797aca2 100644 --- a/res/xml/qwerty_lv.xml +++ b/res/xml/qwerty_lv.xml @@ -1,19 +1,19 @@ - - + + - - - - + + + + - + @@ -24,7 +24,7 @@ - + diff --git a/res/xml/qwerty_pt.xml b/res/xml/qwerty_pt.xml index 3b02cec..40110da 100644 --- a/res/xml/qwerty_pt.xml +++ b/res/xml/qwerty_pt.xml @@ -1,8 +1,8 @@ - - + + @@ -10,19 +10,19 @@ - + - - - - + + + + - + diff --git a/res/xml/qwerty_sv_se.xml b/res/xml/qwerty_sv_se.xml index 3ecea43..15aa6ca 100644 --- a/res/xml/qwerty_sv_se.xml +++ b/res/xml/qwerty_sv_se.xml @@ -1,8 +1,8 @@ - - + + @@ -11,10 +11,10 @@ - + - + diff --git a/res/xml/qwertz.xml b/res/xml/qwertz.xml index 6c9597b..77d0fc5 100644 --- a/res/xml/qwertz.xml +++ b/res/xml/qwertz.xml @@ -1,16 +1,16 @@ - - - + + + - - - + + + -- cgit v1.2.3