mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-22 16:27:41 +00:00
feat(developer): resolve conflict :'key' does not exist in type ...
This commit is contained in:
parent
d8f770dfb0
commit
751d5ed6bc
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue