Skip to content

Commit

Permalink
Fix alignment of space thumb key
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcoutsos authored and tricktux committed Feb 10, 2024
1 parent 3c4c160 commit 58dc6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 58dc6ad

Please sign in to comment.