diff options
| author | Jules Aguillon | 2022-04-03 20:27:25 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-04-03 20:27:25 +0200 |
| commit | 2b348b7a31d1b0d3a2f95280a43d3670d087ee4f (patch) | |
| tree | 181ed1e6b1ccf4ece59686fa7f03592dcc174fb4 /res/xml/numeric.xml | |
| parent | 19289bec279e65e52a104961f76d8a784c533ea4 (diff) | |
| download | unexpected-keyboard-2b348b7a31d1b0d3a2f95280a43d3670d087ee4f.tar.gz unexpected-keyboard-2b348b7a31d1b0d3a2f95280a43d3670d087ee4f.zip | |
Revert "Swap Ctrl and switch_numeric keys"
This reverts commit b85b67c2f03d1dd1ed96f8352c06e5e23fcbccfe.
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.
Diffstat (limited to 'res/xml/numeric.xml')
| -rw-r--r-- | res/xml/numeric.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml index 957b27b..e19d3d9 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -26,7 +26,7 @@ <key width="1.15" key0="backspace" key2="delete"/> </row> <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="0.75" key0="." key1=":" key2="," key3=";"/> <key width="0.75" key0="space" key1=""" key2="'" key4="_"/> |
