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/azerty.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/azerty.xml')
| -rw-r--r-- | res/xml/azerty.xml | 12 |
1 files changed, 6 insertions, 6 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> |
