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/bottom_row.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/bottom_row.xml')
| -rw-r--r-- | res/xml/bottom_row.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/bottom_row.xml b/res/xml/bottom_row.xml index 5e8f176..3602605 100644 --- a/res/xml/bottom_row.xml +++ b/res/xml/bottom_row.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <row height="0.95"> - <key width="1.8" key0="ctrl" key2="meta" key3="switch_numeric"/> + <key width="1.8" key0="switch_numeric" key2="meta" key4="ctrl"/> <key width="1.2" key0="fn" key1="alt" key2="change_method" key3="switch_emoji" key4="config"/> <key width="4.0" key0="space"/> <key width="1.2" key1="up" key2="right" key3="left" key4="down" edgekeys="true"/> |
