diff options
| author | Jules Aguillon | 2023-01-29 19:46:56 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2023-01-29 19:46:56 +0100 |
| commit | 5f283cd0cd3df4761b924ffae91c59862d4ecc89 (patch) | |
| tree | 381bd2a74af688cc8b095374469912c83a3da223 | |
| parent | fecc4dd70ae8e5f2fc40e9679c99b306768cf603 (diff) | |
| download | unexpected-keyboard-5f283cd0cd3df4761b924ffae91c59862d4ecc89.tar.gz unexpected-keyboard-5f283cd0cd3df4761b924ffae91c59862d4ecc89.zip | |
Slightly increase the width of the spacebar
The left and right arrows are less often needed and the key can be
shorter.
| -rw-r--r-- | res/xml/bottom_row.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/xml/bottom_row.xml b/res/xml/bottom_row.xml index f9ec6f3..6ad3d84 100644 --- a/res/xml/bottom_row.xml +++ b/res/xml/bottom_row.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <row height="0.95"> - <key width="1.8" key0="ctrl" key1="loc switch_greekmath" key2="loc meta" key4="switch_numeric"/> - <key width="1.2" key0="fn" key1="loc alt" key2="change_method" key3="switch_emoji" key4="config"/> - <key width="4.0" key0="space" key1="switch_second" key3="left" key2="right" edgekeys="true" slider="true"/> - <key width="1.2" key1="up" key2="right" key3="left" key4="down" edgekeys="true"/> - <key width="1.8" key0="enter" key2="action"/> + <key width="1.7" key0="ctrl" key1="loc switch_greekmath" key2="loc meta" key4="switch_numeric"/> + <key width="1.1" key0="fn" key1="loc alt" key2="change_method" key3="switch_emoji" key4="config"/> + <key width="4.4" key0="space" key1="switch_second" key3="left" key2="right" edgekeys="true" slider="true"/> + <key width="1.1" key1="up" key2="right" key3="left" key4="down" edgekeys="true"/> + <key width="1.7" key0="enter" key2="action"/> </row> |
