mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-02-04 03:39:43 +01:00
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.
This commit is contained in:
parent
9d6b22f916
commit
ade0d0ddcf
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user