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