abouttreesummaryrefslogcommitdiff
path: root/res/xml/numeric.xml
diff options
context:
space:
mode:
authorJules Aguillon2022-04-03 13:30:24 +0200
committerJules Aguillon2022-04-03 13:30:24 +0200
commitd62e7647e0feb9c3c7d363c50f31f1aaf101ecd0 (patch)
tree5464c5c2faa8f9cd19d818702a27ac5f825a215e /res/xml/numeric.xml
parent9411f59ed57bccc9eb81a334be93e4913c0e990d (diff)
downloadunexpected-keyboard-d62e7647e0feb9c3c7d363c50f31f1aaf101ecd0.tar.gz
unexpected-keyboard-d62e7647e0feb9c3c7d363c50f31f1aaf101ecd0.zip
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 <rapha.a.r@gmail.com>
Diffstat (limited to 'res/xml/numeric.xml')
-rw-r--r--res/xml/numeric.xml10
1 files changed, 5 insertions, 5 deletions
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 @@
<key width="0.75" key0="/" key1="%" key3="÷"/>
</row>
<row>
- <key width="0.75" key0="tab" key1=";" key2="|" key4="\\"/>
+ <key width="0.75" key0="tab" key2="|" key4="\\"/>
<key width="0.75" key0=")" key2="]" key4="}"/>
<key key0="4" key1="box" key3="arrows"/>
<key key0="5" key1="up" key2="right" key3="left" key4="down" edgekeys="true"/>
<key key0="6"/>
<key width="0.75" key0="+" key1="Σ" key2="$"/>
- <key width="0.75" key0="-" key2="^"/>
+ <key width="0.75" key0="-" key1="^"/>
</row>
<row>
<key shift="0.35" width="1.15" key0="shift" key2="fn" key4="alt"/>
@@ -27,9 +27,9 @@
</row>
<row height="0.95">
<key width="1.5" key0="switch_text" key4="ctrl"/>
- <key width="1.5" key0="0"/>
- <key width="0.75" key0="." key1=":" key2="," key3="f11_placeholder"/>
- <key width="0.75" key0="space" key1="&quot;" key2="'" key3="f12_placeholder" key4="_"/>
+ <key width="1.5" key0="0" key3="f11_placeholder" key4="f12_placeholder"/>
+ <key width="0.75" key0="." key1=":" key2="," key3=";"/>
+ <key width="0.75" key0="space" key1="&quot;" key2="'" key4="_"/>
<key width="1.5" key0="enter" key1="±" key2="action" key3="="/>
</row>
</keyboard>