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 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'res/xml/azerty.xml') 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 @@ - + -- cgit v1.2.3