Skip to content

Commit 2b348b7

Browse files
committed
Revert "Swap Ctrl and switch_numeric keys"
This reverts commit b85b67c. 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.
1 parent 19289be commit 2b348b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

res/xml/bottom_row.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<row height="0.95">
3-
<key width="1.8" key0="switch_numeric" key2="meta" key4="ctrl"/>
3+
<key width="1.8" key0="ctrl" key2="meta" key4="switch_numeric"/>
44
<key width="1.2" key0="fn" key1="alt" key2="change_method" key3="switch_emoji" key4="config"/>
55
<key width="4.0" key0="space" key1="switch_programming" edgekeys="true"/>
66
<key width="1.2" key1="up" key2="right" key3="left" key4="down" edgekeys="true"/>

res/xml/numeric.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<key width="1.15" key0="backspace" key2="delete"/>
2727
</row>
2828
<row height="0.95">
29-
<key width="1.5" key0="switch_text" key4="ctrl"/>
29+
<key width="1.5" key0="switch_text" key2="ctrl"/>
3030
<key width="1.5" key0="0" key3="f11_placeholder" key4="f12_placeholder"/>
3131
<key width="0.75" key0="." key1=":" key2="," key3=";"/>
3232
<key width="0.75" key0="space" key1="&quot;" key2="'" key4="_"/>

0 commit comments

Comments
 (0)