-
Notifications
You must be signed in to change notification settings - Fork 0
/
Keyboard.json
390 lines (389 loc) · 24.4 KB
/
Keyboard.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
{
"keyWidth": 73.1667,
"keyPadding": 4,
"keyHaptic": 2000,
"keyGroupsPadding": 10,
//Keycodes are actually ScanCodes, ref can be found at http://kbdlayout.info/
"keyboardGroups":
{
"mainGroup":
{
"ansiRows":
[
[
{"keycode": "01", "color":"dark", "label": "esc", "fontSize": 24},
{"spacer": true, "width": 0.63},
{"keycode": "3B", "color":"dark", "label":"F1", "fontSize":24},
{"keycode": "3C", "color":"dark", "label":"F2", "fontSize":24},
{"keycode": "3D", "color":"dark", "label":"F3", "fontSize":24},
{"keycode": "3E", "color":"dark", "label":"F4", "fontSize":24},
{"spacer": true, "width": 0.63},
{"keycode": "3F", "color":"dark", "label":"F5", "fontSize":24},
{"keycode": "40", "color":"dark", "label":"F6", "fontSize":24},
{"keycode": "41", "color":"dark", "label":"F7", "fontSize":24},
{"keycode": "42", "color":"dark", "label":"F8", "fontSize":24},
{"spacer": true, "width": 0.63},
{"keycode": "43", "color":"dark", "label":"F9", "fontSize":24},
{"keycode": "44", "color":"dark", "label":"F10", "fontSize":24},
{"keycode": "57", "color":"dark", "label":"F11", "fontSize":24},
{"keycode": "58", "color":"dark", "label":"F12", "fontSize":24}
],
[
{"keycode": "29"}, // tilde
{"keycode": "02", "secondaryLabel":"ㄅ"},
{"keycode": "03", "secondaryLabel":"ㄉ"},
{"keycode": "04", "secondaryLabel":"ˇ"},
{"keycode": "05", "secondaryLabel":"ˋ"},
{"keycode": "06", "secondaryLabel":"ㄓ"},
{"keycode": "07", "secondaryLabel":"ˊ"},
{"keycode": "08", "secondaryLabel":"˙"},
{"keycode": "09", "secondaryLabel":"ㄚ"},
{"keycode": "0A", "secondaryLabel":"ㄞ"},
{"keycode": "0B", "secondaryLabel":"ㄢ"},
{"keycode": "0C", "secondaryLabel":"ㄦ"}, // -_ key
{"keycode": "0D"}, // =+ key
{"keycode": "0E", "width": 2, "color": "dark", "highlightColor": "error", "icon":"backspace", "audio":"backspace"}
],
[
{"keycode": "0F", "width": 1.5, "color": "dark", "icon":"tab"},
{"keycode": "10", "secondaryLabel":"ㄆ", "respectCapsLock": true},
{"keycode": "11", "secondaryLabel":"ㄊ", "respectCapsLock": true},
{"keycode": "12", "secondaryLabel":"ㄍ", "respectCapsLock": true},
{"keycode": "13", "secondaryLabel":"ㄐ", "respectCapsLock": true},
{"keycode": "14", "secondaryLabel":"ㄔ", "respectCapsLock": true},
{"keycode": "15", "secondaryLabel":"ㄗ", "respectCapsLock": true},
{"keycode": "16", "secondaryLabel":"ㄧ", "respectCapsLock": true},
{"keycode": "17", "secondaryLabel":"ㄛ", "respectCapsLock": true},
{"keycode": "18", "secondaryLabel":"ㄟ", "respectCapsLock": true},
{"keycode": "19", "secondaryLabel":"ㄣ", "respectCapsLock": true},
{"keycode": "1A"}, // [{ key
{"keycode": "1B"}, // ]} key
{"keycode": "2B", "width": 1.5} // \| key
],
[
{"keycode": "3A", "width": 1.75, "color": "dark", "toggle": true, "icon":"caps"},
{"keycode": "1E", "secondaryLabel":"ㄇ", "respectCapsLock": true},
{"keycode": "1F", "secondaryLabel":"ㄋ", "respectCapsLock": true},
{"keycode": "20", "secondaryLabel":"ㄎ", "respectCapsLock": true},
{"keycode": "21", "secondaryLabel":"ㄑ", "respectCapsLock": true},
{"keycode": "22", "secondaryLabel":"ㄕ", "respectCapsLock": true},
{"keycode": "23", "secondaryLabel":"ㄘ", "respectCapsLock": true},
{"keycode": "24", "secondaryLabel":"ㄨ", "respectCapsLock": true},
{"keycode": "25", "secondaryLabel":"ㄜ", "respectCapsLock": true},
{"keycode": "26", "secondaryLabel":"ㄠ", "respectCapsLock": true},
{"keycode": "27", "secondaryLabel":"ㄤ"}, // ;: key
{"keycode": "28"}, // '" key
{"keycode": "1C", "width": 2.3, "color": "dark", "highlightColor": "confirm", "icon":"enter", "audio":"enter"}
],
[
{"keycode": "2A", "isDoubleTappable": true, "width": 2.25, "color": "dark", "sticky":true, "icon": "up", "iconSize":38},
{"keycode": "2C", "secondaryLabel":"ㄈ", "respectCapsLock": true},
{"keycode": "2D", "secondaryLabel":"ㄌ", "respectCapsLock": true},
{"keycode": "2E" , "secondaryLabel":"ㄏ", "respectCapsLock": true},
{"keycode": "2F" , "secondaryLabel":"ㄒ", "respectCapsLock": true},
{"keycode": "30" , "secondaryLabel":"ㄖ", "respectCapsLock": true},
{"keycode": "31" , "secondaryLabel":"ㄙ", "respectCapsLock": true},
{"keycode": "32" , "secondaryLabel":"ㄩ", "respectCapsLock": true},
{"keycode": "33" , "secondaryLabel":"ㄝ"},
{"keycode": "34" , "secondaryLabel":"ㄡ"},
{"keycode": "35" , "secondaryLabel":"ㄥ"}, // /? key
{"keycode":"36", "isDoubleTappable": true, "width": 2.85, "color": "dark", "sticky":true, "icon": "up", "iconSize":38}
],
[
{"keycode": "1D", "width": 1.5, "color": "dark", "sticky":true, "label": "Ctrl", "fontSize": 24},
{"keycode": "E05B", "color": "dark", "icon":"windows", "sticky":true, "iconSize":56},
{"keycode": "38", "isDoubleTappable": true, "width": 1.5, "color": "dark", "sticky":true, "label": "Alt", "fontSize": 24}, // LAlt Key
{"keycode": "39", "width": 6.315, "icon":"spacebar", "audio":"spacebar"},
{"keycode": "E038", "isDoubleTappable": true, "width": 1.5, "color": "dark", "sticky":true, "label": "Alt", "fontSize": 24}, // RAlt Key
{"keycode": "E05C", "color": "dark", "sticky":true, "icon":"windows", "iconSize":56},
{"keycode": "E05D", "color": "dark", "icon":"context"}, // Context menu key
{"keycode": "E01D", "width": 1.5, "color": "dark", "sticky":true, "label": "Ctrl", "fontSize": 24}
]
],
"isoRows":
[
[
{"keycode": "01", "color":"dark", "label": "esc", "fontSize": 24},
{"spacer": true, "width": 0.63},
{"keycode": "3B", "color":"dark", "label":"F1", "fontSize":24},
{"keycode": "3C", "color":"dark", "label":"F2", "fontSize":24},
{"keycode": "3D", "color":"dark", "label":"F3", "fontSize":24},
{"keycode": "3E", "color":"dark", "label":"F4", "fontSize":24},
{"spacer": true, "width": 0.63},
{"keycode": "3F", "color":"dark", "label":"F5", "fontSize":24},
{"keycode": "40", "color":"dark", "label":"F6", "fontSize":24},
{"keycode": "41", "color":"dark", "label":"F7", "fontSize":24},
{"keycode": "42", "color":"dark", "label":"F8", "fontSize":24},
{"spacer": true, "width": 0.63},
{"keycode": "43", "color":"dark", "label":"F9", "fontSize":24},
{"keycode": "44", "color":"dark", "label":"F10", "fontSize":24},
{"keycode": "57", "color":"dark", "label":"F11", "fontSize":24},
{"keycode": "58", "color":"dark", "label":"F12", "fontSize":24}
],
[
{"keycode": "29"}, // tilde
{"keycode": "02", "secondaryLabel":"ㄅ"},
{"keycode": "03", "secondaryLabel":"ㄉ"},
{"keycode": "04", "secondaryLabel":"ˇ"},
{"keycode": "05", "secondaryLabel":"ˋ"},
{"keycode": "06", "secondaryLabel":"ㄓ"},
{"keycode": "07", "secondaryLabel":"ˊ"},
{"keycode": "08", "secondaryLabel":"˙"},
{"keycode": "09", "secondaryLabel":"ㄚ"},
{"keycode": "0A", "secondaryLabel":"ㄞ"},
{"keycode": "0B", "secondaryLabel":"ㄢ"},
{"keycode": "0C", "secondaryLabel":"ㄦ"}, // -_ key
{"keycode": "0D"}, // =+ key
{"keycode": "0E", "width": 2, "color": "dark", "highlightColor": "error", "icon":"backspace", "audio":"backspace"}
],
[
{"keycode": "0F", "width": 1.5, "color": "dark", "icon":"tab"},
{"keycode": "10", "secondaryLabel":"ㄆ", "respectCapsLock": true},
{"keycode": "11", "secondaryLabel":"ㄊ", "respectCapsLock": true},
{"keycode": "12", "secondaryLabel":"ㄍ", "respectCapsLock": true},
{"keycode": "13", "secondaryLabel":"ㄐ", "respectCapsLock": true},
{"keycode": "14", "secondaryLabel":"ㄔ", "respectCapsLock": true},
{"keycode": "15", "secondaryLabel":"ㄗ", "respectCapsLock": true},
{"keycode": "16", "secondaryLabel":"ㄧ", "respectCapsLock": true},
{"keycode": "17", "secondaryLabel":"ㄛ", "respectCapsLock": true},
{"keycode": "18", "secondaryLabel":"ㄟ", "respectCapsLock": true},
{"keycode": "19", "secondaryLabel":"ㄣ", "respectCapsLock": true},
{"keycode": "1A"}, // [{ key
{"keycode": "1B"}, // ]} key
{"keycode": "1C", "width": 1.3, "height": 2.055, "color": "dark", "highlightColor": "confirm", "icon":"enter", "audio":"enter"}
],
[
{"keycode": "3A", "width": 1.5, "color": "dark", "toggle": true, "icon":"caps"},
{"keycode": "1E", "secondaryLabel":"ㄇ", "respectCapsLock": true},
{"keycode": "1F", "secondaryLabel":"ㄋ", "respectCapsLock": true},
{"keycode": "20", "secondaryLabel":"ㄎ", "respectCapsLock": true},
{"keycode": "21", "secondaryLabel":"ㄑ", "respectCapsLock": true},
{"keycode": "22", "secondaryLabel":"ㄕ", "respectCapsLock": true},
{"keycode": "23", "secondaryLabel":"ㄘ", "respectCapsLock": true},
{"keycode": "24", "secondaryLabel":"ㄨ", "respectCapsLock": true},
{"keycode": "25", "secondaryLabel":"ㄜ", "respectCapsLock": true},
{"keycode": "26", "secondaryLabel":"ㄠ", "respectCapsLock": true},
{"keycode": "27", "secondaryLabel":"ㄤ"}, // ;: key
{"keycode": "28"}, // '" key
{"keycode": "2B"}, // \| key
{"spacer": true, "width": 1.3}
],
[
{"keycode": "2A", "isDoubleTappable": true, "width": 1.5, "color": "dark", "sticky":true, "icon": "up", "iconSize":38},
{"keycode": "56"}, // OEM 102
{"keycode": "2C", "secondaryLabel":"ㄈ", "respectCapsLock": true},
{"keycode": "2D", "secondaryLabel":"ㄌ", "respectCapsLock": true},
{"keycode": "2E" , "secondaryLabel":"ㄏ", "respectCapsLock": true},
{"keycode": "2F" , "secondaryLabel":"ㄒ", "respectCapsLock": true},
{"keycode": "30" , "secondaryLabel":"ㄖ", "respectCapsLock": true},
{"keycode": "31" , "secondaryLabel":"ㄙ", "respectCapsLock": true},
{"keycode": "32" , "secondaryLabel":"ㄩ", "respectCapsLock": true},
{"keycode": "33" , "secondaryLabel":"ㄝ"},
{"keycode": "34" , "secondaryLabel":"ㄡ"},
{"keycode": "35" , "secondaryLabel":"ㄥ"}, // /? key
{"keycode": "36", "isDoubleTappable": true, "width": 2.366, "color": "dark", "sticky":true, "icon": "up", "iconSize":38}
],
[
{"keycode": "1D", "width": 1.5, "color": "dark", "sticky":true, "label": "Ctrl", "fontSize": 24},
{"keycode": "E05B", "color": "dark", "icon":"windows", "sticky":true, "iconSize":56},
{"keycode": "38", "isDoubleTappable": true, "width": 1.5, "color": "dark", "sticky":true, "label": "Alt", "fontSize": 24}, // LAlt Key
{"keycode": "39", "width": 6.315, "icon":"spacebar", "audio":"spacebar"},
{"keycode": "E038", "isDoubleTappable": true, "width": 1.5, "color": "dark", "sticky":true, "label": "Alt", "fontSize": 24}, // RAlt Key
{"keycode": "E05C", "color": "dark", "sticky":true, "icon":"windows", "iconSize":56},
{"keycode": "E05D", "color": "dark", "icon":"context"}, // Context menu key
{"keycode": "E01D", "width": 1.5, "color": "dark", "sticky":true, "label": "Ctrl", "fontSize": 24}
]
],
"jisRows":
[
[
{"keycode": "01", "color":"dark", "label": "esc", "fontSize": 24},
{"spacer": true, "width": 0.63},
{"keycode": "3B", "color":"dark", "label":"F1", "fontSize":24},
{"keycode": "3C", "color":"dark", "label":"F2", "fontSize":24},
{"keycode": "3D", "color":"dark", "label":"F3", "fontSize":24},
{"keycode": "3E", "color":"dark", "label":"F4", "fontSize":24},
{"spacer": true, "width": 0.63},
{"keycode": "3F", "color":"dark", "label":"F5", "fontSize":24},
{"keycode": "40", "color":"dark", "label":"F6", "fontSize":24},
{"keycode": "41", "color":"dark", "label":"F7", "fontSize":24},
{"keycode": "42", "color":"dark", "label":"F8", "fontSize":24},
{"spacer": true, "width": 0.63},
{"keycode": "43", "color":"dark", "label":"F9", "fontSize":24},
{"keycode": "44", "color":"dark", "label":"F10", "fontSize":24},
{"keycode": "57", "color":"dark", "label":"F11", "fontSize":24},
{"keycode": "58", "color":"dark", "label":"F12", "fontSize":24}
],
[
{"keycode": "29"}, // tilde
{"keycode": "02", "secondaryLabel": "ぬ"},
{"keycode": "03", "secondaryLabel": "ふ"},
{"keycode": "04", "secondaryLabel": "あ"},
{"keycode": "05", "secondaryLabel": "う"},
{"keycode": "06", "secondaryLabel": "え"},
{"keycode": "07", "secondaryLabel": "お"},
{"keycode": "08", "secondaryLabel": "や"},
{"keycode": "09", "secondaryLabel": "ゆ"},
{"keycode": "0A", "secondaryLabel": "よ"},
{"keycode": "0B", "secondaryLabel": "わ"},
{"keycode": "0C", "secondaryLabel": "ほ"}, // -_ key
{"keycode": "0D", "secondaryLabel": "へ"}, // =+ key
{"keycode": "7D", "secondaryLabel": "ー"},
{"keycode": "0E", "width": 1, "color": "dark", "highlightColor": "error", "icon":"backspace", "audio":"backspace"}
],
[
{"keycode": "0F", "width": 1.5, "color": "dark", "icon":"tab"},
{"keycode": "10", "respectCapsLock": true, "secondaryLabel": "た"},
{"keycode": "11", "respectCapsLock": true, "secondaryLabel": "て"},
{"keycode": "12", "respectCapsLock": true, "secondaryLabel": "い"},
{"keycode": "13", "respectCapsLock": true, "secondaryLabel": "す"},
{"keycode": "14", "respectCapsLock": true, "secondaryLabel": "か"},
{"keycode": "15", "respectCapsLock": true, "secondaryLabel": "ん"},
{"keycode": "16", "respectCapsLock": true, "secondaryLabel": "な"},
{"keycode": "17", "respectCapsLock": true, "secondaryLabel": "に"},
{"keycode": "18", "respectCapsLock": true, "secondaryLabel": "ら"},
{"keycode": "19", "respectCapsLock": true, "secondaryLabel": "せ"},
{"keycode": "1A"}, // [{ key
{"keycode": "1B"}, // ]} key
{"keycode": "2B", "secondaryLabel": "む", "width": 1.5} // \| key
],
[
{"keycode": "3A", "width": 1.75, "color": "dark", "toggle": true, "icon":"caps"},
{"keycode": "1E", "respectCapsLock": true, "secondaryLabel": "ち"},
{"keycode": "1F", "respectCapsLock": true, "secondaryLabel": "と"},
{"keycode": "20", "respectCapsLock": true, "secondaryLabel": "し"},
{"keycode": "21", "respectCapsLock": true, "secondaryLabel": "は"},
{"keycode": "22", "respectCapsLock": true, "secondaryLabel": "き"},
{"keycode": "23", "respectCapsLock": true, "secondaryLabel": "く"},
{"keycode": "24", "respectCapsLock": true, "secondaryLabel": "ま"},
{"keycode": "25", "respectCapsLock": true, "secondaryLabel": "の"},
{"keycode": "26", "respectCapsLock": true, "secondaryLabel": "り"},
{"keycode": "27", "secondaryLabel": "れ"}, // ;: key
{"keycode": "28", "secondaryLabel": "け"}, // '" key
{"keycode": "1C", "width": 2.3, "color": "dark", "highlightColor": "confirm", "icon":"enter", "audio":"enter"}
],
[
{"keycode": "2A", "isDoubleTappable": true, "width": 1.66, "color": "dark", "sticky":true, "icon": "up", "iconSize":38},
{"keycode": "2C", "respectCapsLock": true, "secondaryLabel": "つ"},
{"keycode": "2D", "respectCapsLock": true, "secondaryLabel": "さ"},
{"keycode": "2E", "respectCapsLock": true, "secondaryLabel": "そ"},
{"keycode": "2F", "respectCapsLock": true, "secondaryLabel": "ひ"},
{"keycode": "30", "respectCapsLock": true, "secondaryLabel": "こ"},
{"keycode": "31", "respectCapsLock": true, "secondaryLabel": "み"},
{"keycode": "32", "respectCapsLock": true, "secondaryLabel": "も"},
{"keycode": "33", "secondaryLabel": "ね"},
{"keycode": "34", "secondaryLabel": "る"},
{"keycode": "35", "secondaryLabel": "め"}, // /? key
{"keycode": "73", "secondaryLabel": "ろ"},
{"keycode":"36", "isDoubleTappable": true, "width": 2.5, "color": "dark", "sticky":true, "icon": "up", "iconSize":38}
],
[
{"keycode": "1D", "width": 1.5, "color": "dark", "sticky":true, "label": "Ctrl", "fontSize": 24},
{"keycode": "E05B", "color": "dark", "icon":"windows", "sticky":true, "iconSize":56},
{"keycode": "38", "isDoubleTappable": true, "width": 1.5, "color": "dark", "sticky":true, "label": "Alt", "fontSize": 24}, // LAlt Key
{"keycode": "39", "width": 6.315, "icon":"spacebar", "audio":"spacebar"},
{"keycode": "E038", "isDoubleTappable": true, "width": 1.5, "color": "dark", "sticky":true, "label": "Alt", "fontSize": 24}, // RAlt Key
{"keycodes": ["2A", "38"], "label": "IME", "color": "dark"},
{"keycode": "E05D", "color": "dark", "icon":"context"}, // Context menu key
{"keycode": "E01D", "width": 1.5, "color": "dark", "sticky":true, "label": "Ctrl", "fontSize": 24}
]
]
},
"navigationGroup":
{
"rows":
[
[
{"keycode": "54", "label":"Print\nScreen", "fontSize":20},
{"keycode": "46", "label":"Scroll\nLock", "fontSize":20},
{"keycode": "E11D", "label":"Pause\nBreak", "fontSize":20}
],
[
{"keycode": "E052", "label":"Insert", "fontSize":20},
{"keycode": "E047", "label":"Home", "fontSize":20},
{"keycode": "E049", "label":"Page\nUp", "fontSize":20}
],
[
{"keycode": "E053", "label":"Del", "fontSize":20},
{"keycode": "E04F", "label":"End", "fontSize":20},
{"keycode": "E051", "label":"Page\nDown", "fontSize":20}
],
[
{"spacer": true}
],
[
{"spacer": true},
{"keycode": "E048", "icon":"up", "iconSize":38},
{"spacer": true}
],
[
{"keycode": "E04B", "icon":"left", "iconSize":38},
{"keycode": "E050", "icon":"down", "iconSize":38},
{"keycode": "E04D", "icon":"right", "iconSize":38}
]
]
},
"minimalNavigationGroup":
{
"rows":
[
[
{"keycode": "54", "label":"Print\nScreen", "fontSize":20}
],
[
{"keycode": "E047", "label":"Home", "fontSize":20}
],
[
{"keycode": "E049", "label":"Page\nUp", "fontSize":20}
],
[
{"keycode": "E051", "label":"Page\nDown", "fontSize":20}
],
[
{"keycode": "E053", "label":"Del", "fontSize":20}
],
[
{"spacer": "true"}
]
]
},
"numpadGroup":
{
"rows":
[
[
{"spacer": true}
],
[
{"keycode": "NUMLOCK", "useVirtualKeyCode": true, "label":"Num\nLock", "fontSize":20},
{"keycode": "DIVIDE", "useVirtualKeyCode": true},
{"keycode": "MULTIPLY", "useVirtualKeyCode": true},
{"keycode": "SUBTRACT", "useVirtualKeyCode": true}
],
[
{"keycode": "NUMPAD7", "useVirtualKeyCode": true, "label": "7"},
{"keycode": "NUMPAD8", "useVirtualKeyCode": true, "label": "8"},
{"keycode": "NUMPAD9", "useVirtualKeyCode": true, "label": "9"},
{"keycode": "ADD", "useVirtualKeyCode": true, "height": 2.055}
],
[
{"keycode": "NUMPAD4", "useVirtualKeyCode": true, "label": "4"},
{"keycode": "NUMPAD5", "useVirtualKeyCode": true, "label": "5"},
{"keycode": "NUMPAD6", "useVirtualKeyCode": true, "label": "6"},
{"spacer": true}
],
[
{"keycode": "NUMPAD1", "useVirtualKeyCode": true, "label": "1"},
{"keycode": "NUMPAD2", "useVirtualKeyCode": true, "label": "2"},
{"keycode": "NUMPAD3", "useVirtualKeyCode": true, "label": "3"},
{"keycode": "RETURN", "useVirtualKeyCode": true, "icon":"enter", "height": 2.055}
],
[
{"keycode": "NUMPAD0", "useVirtualKeyCode": true, "label": "0", "width": 2.055},
{"keycode": "DECIMAL", "useVirtualKeyCode": true, "label": "."},
{"spacer": true}
]
]
}
}
}