diff options
| author | Jules Aguillon | 2022-04-03 12:48:29 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-04-03 12:48:29 +0200 |
| commit | b85b67c2f03d1dd1ed96f8352c06e5e23fcbccfe (patch) | |
| tree | e82aba68c0beaf27b53906822ca65bd754402fc3 /res/xml/numeric.xml | |
| parent | 695f5b4371fde0b3a8d659e22a7f6858abc67cdc (diff) | |
| download | unexpected-keyboard-b85b67c2f03d1dd1ed96f8352c06e5e23fcbccfe.tar.gz unexpected-keyboard-b85b67c2f03d1dd1ed96f8352c06e5e23fcbccfe.zip | |
Swap Ctrl and switch_numeric keys
The switch_numeric key is generally more important, especially in the
numeric pane.
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 2ded41c..0b7ef49 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="ctrl" key3="switch_text"/> + <key width="1.5" key0="switch_text" key4="ctrl"/> <key width="1.5" key0="0"/> <key width="0.75" key0="." key1=":" key2="," key3="f11_placeholder"/> <key width="0.75" key0="space" key1=""" key2="'" key3="f12_placeholder" key4="_"/> |
