diff options
| author | Jules Aguillon | 2021-04-18 01:03:42 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2021-04-18 01:05:20 +0200 |
| commit | ade0d0ddcfb35066cc20a758e47d0502ad7bccbb (patch) | |
| tree | 2151048243a3a3e39b59f87b1df709043804a9cc | |
| parent | 9d6b22f916a7bb54e53ec87b6b741e875432b6d5 (diff) | |
| download | unexpected-keyboard-ade0d0ddcfb35066cc20a758e47d0502ad7bccbb.tar.gz unexpected-keyboard-ade0d0ddcfb35066cc20a758e47d0502ad7bccbb.zip | |
Improve the bottom row
Remove the "emoji" and "conf" action from the enter key. Move the former
to the "arrows" key and the latter to "p".
Slightly increase the size of the keys around the spacebar, and decrease
the spacebar size.
| -rw-r--r-- | res/xml/azerty.xml | 12 | ||||
| -rw-r--r-- | res/xml/numeric.xml | 2 | ||||
| -rw-r--r-- | res/xml/qwerty.xml | 10 |
3 files changed, 12 insertions, 12 deletions
diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml index ab5dbbf..c1347f9 100644 --- a/res/xml/azerty.xml +++ b/res/xml/azerty.xml @@ -10,7 +10,7 @@ <key key0="u" key2="7" key3="accent1" key4="`" /> <key key0="i" key2="8" key3="_" key4="\\" /> <key key0="o" key2="9" key3="accent5" key4="^" /> - <key key0="p" key2="0" key4="\@" /> + <key key0="p" key1="insert" key2="0" key3="config" key4="\@" /> </row> <row> <key key0="q" key1="tab" /> @@ -32,13 +32,13 @@ <key key0="v" key2="." key4=";" /> <key key0="b" key2="/" key4=":" /> <key key0="n" key2="ยง" key4="!" /> - <key width="2.0" key0="backspace" key1="insert" key2="delete" /> + <key width="2.0" key0="backspace" key2="delete" /> </row> <row> <key width="1.8" key0="ctrl" key3="switch_numeric" /> - <key width="1.0" key0="alt" key1="page_up" key2="end" key3="home" key4="page_down" /> - <key width="4.4" key0="space" /> - <key key1="up" key2="right" key3="left" key4="down" /> - <key width="1.8" key0="enter" key1="config" key2="switch_emoji" /> + <key width="1.2" key0="alt" key1="page_up" key2="end" key3="home" key4="page_down" /> + <key width="4.0" key0="space" /> + <key width="1.2" key0="switch_emoji" key1="up" key2="right" key3="left" key4="down" /> + <key width="1.8" key0="enter" /> </row> </keyboard> diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml index e22fb1c..9716358 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -30,6 +30,6 @@ <key width="1.5" key0="0" /> <key width="0.75" key0="." key2="," /> <key width="0.75" key0="space" key1=""" key2="'" key4="_" /> - <key width="1.5" key0="enter" key1="config" key3="=" /> + <key width="1.5" key0="enter" key3="=" /> </row> </keyboard> diff --git a/res/xml/qwerty.xml b/res/xml/qwerty.xml index ecef724..0e26e9c 100644 --- a/res/xml/qwerty.xml +++ b/res/xml/qwerty.xml @@ -10,7 +10,7 @@ <key key0="u" key2="7" key3="&" /> <key key0="i" key2="8" key3="*" /> <key key0="o" key2="9" key3="(" key4=")" /> - <key key0="p" key1="insert" key2="0" /> + <key key0="p" key1="insert" key2="0" key3="config" /> </row> <row> <key shift="0.5" key0="a" key1="tab" key2="`" /> @@ -36,9 +36,9 @@ </row> <row> <key width="1.8" key0="ctrl" key1="change_method" key3="switch_numeric" /> - <key key0="alt" key1="page_up" key2="end" key3="home" key4="page_down" /> - <key width="4.4" key0="space" /> - <key key1="up" key2="right" key3="left" key4="down" /> - <key width="1.8" key0="enter" key1="config" key2="switch_emoji" /> + <key width="1.2" key0="alt" key1="page_up" key2="end" key3="home" key4="page_down" /> + <key width="4.0" key0="space" /> + <key width="1.2" key0="switch_emoji" key1="up" key2="right" key3="left" key4="down" /> + <key width="1.8" key0="enter" /> </row> </keyboard> |
