diff options
| author | Nick Coutsos <nick@coutsos.com> | 2023-01-12 18:34:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-12 18:34:52 -0500 |
| commit | 8d45b53bee3d16379517dcd538c43776d22a3c2d (patch) | |
| tree | 5632fc65886a64e301c60a1af7892cbed8c72d69 /config/info.json | |
| parent | d1bbf83736a5191ce5e1104614a29034c9d34829 (diff) | |
Fix alignment of space thumb key
Diffstat (limited to 'config/info.json')
| -rw-r--r-- | config/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/info.json b/config/info.json index 2d140e1..e2412f3 100644 --- a/config/info.json +++ b/config/info.json @@ -83,7 +83,7 @@ { "label": "End", "row": 4, "col": 8, "x": 7.75, "y": 6, "r":15, "rx":5.25 ,"ry":4}, { "label": "PgDn", "row": 4, "col": 11, "x": 9.25, "y": 6, "r":-15, "rx":12.75 ,"ry":4}, { "label": "RET", "row": 4, "col": 12, "x": 10.25, "y": 5, "r":-15, "rx":12.75 ,"ry":4, "h":2}, - { "label": "SPC", "row": 4, "col": 14, "x": 11.25, "y": 5, "r":-15, "rx":12.75 ,"ry":4, "h":2}, + { "label": "SPC", "row": 4, "col": 13, "x": 11.25, "y": 5, "r":-15, "rx":12.75 ,"ry":4, "h":2}, { "label": "Up", "row": 4, "col": 15, "x": 12.75, "y": 4 }, { "label": "Down", "row": 4, "col": 16, "x": 13.75, "y": 4 }, { "label": ",", "row": 4, "col": 17, "x": 14.75, "y": 4 }, |
