feat(developer): resolve conflict :'key' does not exist in type ...

This commit is contained in:
Sabine 2026-05-04 17:46:30 +02:00
parent d8f770dfb0
commit 751d5ed6bc

View file

@ -491,6 +491,7 @@ export class KeylayoutToKmnConverter {
inputFilename: jsonObj.keyboard['name'] + ".keylayout",
keymapIndex: jsonObj.keyboard.keyMapSet[0].keyMap[i]['index'],
output: jsonObj.keyboard.keyMapSet[0].keyMap[i].key[j]['output'],
//key: jsonObj.keyboard.keyMapSet[0].keyMap[i].key[j]['code'],
KeyName: this.mapUkeleleKeycodeToVK(jsonObj.keyboard.keyMapSet[0].keyMap[i].key[j]['code'])
}));
return null;