forked from extern/Unexpected-Keyboard
Revert "Swap Ctrl and switch_numeric keys"
This reverts commit b85b67c2f0
.
The Ctrl key was too hard to use in the new position, especially in
combination with arrows or backspace.
Leave the switching key in the numeric layout however, where the Ctrl
key is not very useful. Put Ctrl on the top-right because bottom-right
is where the switching key is in the other layouts.
This commit is contained in:
parent
19289bec27
commit
2b348b7a31
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<row height="0.95">
|
<row height="0.95">
|
||||||
<key width="1.8" key0="switch_numeric" key2="meta" key4="ctrl"/>
|
<key width="1.8" key0="ctrl" key2="meta" key4="switch_numeric"/>
|
||||||
<key width="1.2" key0="fn" key1="alt" key2="change_method" key3="switch_emoji" key4="config"/>
|
<key width="1.2" key0="fn" key1="alt" key2="change_method" key3="switch_emoji" key4="config"/>
|
||||||
<key width="4.0" key0="space" key1="switch_programming" edgekeys="true"/>
|
<key width="4.0" key0="space" key1="switch_programming" edgekeys="true"/>
|
||||||
<key width="1.2" key1="up" key2="right" key3="left" key4="down" edgekeys="true"/>
|
<key width="1.2" key1="up" key2="right" key3="left" key4="down" edgekeys="true"/>
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
<key width="1.15" key0="backspace" key2="delete"/>
|
<key width="1.15" key0="backspace" key2="delete"/>
|
||||||
</row>
|
</row>
|
||||||
<row height="0.95">
|
<row height="0.95">
|
||||||
<key width="1.5" key0="switch_text" key4="ctrl"/>
|
<key width="1.5" key0="switch_text" key2="ctrl"/>
|
||||||
<key width="1.5" key0="0" key3="f11_placeholder" key4="f12_placeholder"/>
|
<key width="1.5" key0="0" key3="f11_placeholder" key4="f12_placeholder"/>
|
||||||
<key width="0.75" key0="." key1=":" key2="," key3=";"/>
|
<key width="0.75" key0="." key1=":" key2="," key3=";"/>
|
||||||
<key width="0.75" key0="space" key1=""" key2="'" key4="_"/>
|
<key width="0.75" key0="space" key1=""" key2="'" key4="_"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user