cest73 TKM Configurator Fixes (#14066)

* info.json: update human-friendly formatting

* correct info.json layout data

- adds missing objects for:
  - split Backspace
  - split Numpad Plus
  - split Numpad Enter
  - split Left Shift
  - ANSI Backslash
  - split Numpad 0
- deletes Mod1 object (not supported in source)
- correct key object sequence
master
James Young 2021-08-19 00:33:26 +00:00 committed by GitHub
parent 0daccebaf9
commit 6200907417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 111 additions and 105 deletions

View File

@ -44,10 +44,11 @@
{"label":")", "x":14.5, "y":1.5},
{"label":"_", "x":15.5, "y":1.5},
{"label":"+", "x":16.5, "y":1.5},
{"label":"Backspace", "x":17.5, "y":1.5, "w":2},
{"label":"Backspace", "x":17.5, "y":1.5},
{"label":"Backspace", "x":18.5, "y":1.5},
{"label":"Insert", "x":20, "y":1.5},
{"label":"+", "x":0, "y":2.5, "h":2},
{"label":"+", "x":0, "y":2.5},
{"label":"9", "x":1, "y":2.5},
{"label":"8", "x":2, "y":2.5},
{"label":"7", "x":3, "y":2.5},
@ -64,9 +65,10 @@
{"label":"P", "x":15, "y":2.5},
{"label":"{", "x":16, "y":2.5},
{"label":"}", "x":17, "y":2.5},
{"label":"Enter", "x":18.25, "y":2.5, "w":1.25, "h":2},
{"label":"Backslash", "x":18, "y":2.5, "w":1.5},
{"label":"Delete", "x":20, "y":2.5},
{"label":"+", "x":0, "y":3.5},
{"label":"6", "x":1, "y":3.5},
{"label":"5", "x":2, "y":3.5},
{"label":"4", "x":3, "y":3.5},
@ -83,13 +85,15 @@
{"label":":", "x":15.25, "y":3.5},
{"label":"@", "x":16.25, "y":3.5},
{"label":"|", "x":17.25, "y":3.5},
{"label":"Enter", "x":18.25, "y":3.5, "w":1.25},
{"label":"PgDn", "x":20, "y":3.5},
{"label":"Enter", "x":0, "y":4.5, "h":2},
{"label":"Enter", "x":0, "y":4.5},
{"label":"3", "x":1, "y":4.5},
{"label":"2", "x":2, "y":4.5},
{"label":"1", "x":3, "y":4.5},
{"label":"Shift", "x":4.5, "y":4.5, "w":2.25},
{"label":"Shift", "x":4.5, "y":4.5, "w":1.25},
{"label":"|", "x":5.75, "y":4.5},
{"label":"Z", "x":6.75, "y":4.5},
{"label":"X", "x":7.75, "y":4.5},
{"label":"C", "x":8.75, "y":4.5},
@ -101,22 +105,24 @@
{"label":">", "x":14.75, "y":4.5},
{"label":"?", "x":15.75, "y":4.5},
{"label":"Shift", "x":16.75, "y":4.5, "w":1.75},
{"label":"End", "x":20, "y":4.5},
{"label":"\u2191", "x":18.75, "y":4.75},
{"label":"End", "x":20, "y":4.5},
{"label":"Enter", "x":0, "y":5.5},
{"label":".", "x":1, "y":5.5},
{"label":"0", "x":2, "y":5.5, "w":2},
{"label":",", "x":2, "y":5.5},
{"label":"0", "x":3, "y":5.5},
{"label":"Ctrl", "x":4.5, "y":5.5, "w":1.25},
{"label":"Win", "x":5.75, "y":5.5},
{"label":"Alt", "x":6.75, "y":5.5, "w":1.25},
{"label":"Mod1", "x":8, "y":5.5, "w":1.5},
{"label":"Space", "x":8, "y":5.5, "w":6.25},
{"label":"AltGr", "x":14.25, "y":5.5},
{"label":"Menu", "x":15.25, "y":5.5},
{"label":"Ctrl", "x":16.25, "y":5.5, "w":1.25},
{"label":"\u2190", "x":17.75, "y":5.75},
{"label":"\u2193", "x":18.75, "y":5.75},
{"label":"\u2192", "x":19.75, "y":5.75}]
{"label":"\u2192", "x":19.75, "y":5.75}
]
}
}
}