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 /res/xml/numeric.xml | |
| 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.
Diffstat (limited to 'res/xml/numeric.xml')
| -rw-r--r-- | res/xml/numeric.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
