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