forked from extern/Unexpected-Keyboard
2b348b7a31
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.
9 lines
438 B
XML
9 lines
438 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<row height="0.95">
|
|
<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="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.8" key0="enter" key2="action"/>
|
|
</row>
|