When using this library, Backquote and IntlBackslash keys are swapped. I can reproduce this with any keyboard layout. Am I doing something wrong?
Layout
{id: "com.apple.keylayout.German", localizedName: "German", lang: "de"}
Keymap
{
// ...
"Backquote": {
"value": "<",
"valueIsDeadKey": false,
"withShift": ">",
"withShiftIsDeadKey": false,
"withAltGr": "≤",
"withAltGrIsDeadKey": false,
"withShiftAltGr": "≥",
"withShiftAltGrIsDeadKey": false
},
"IntlBackslash": {
"value": "^",
"valueIsDeadKey": true,
"withShift": "°",
"withShiftIsDeadKey": false,
"withAltGr": "„",
"withAltGrIsDeadKey": false,
"withShiftAltGr": "“",
"withShiftAltGrIsDeadKey": false
},
// ...
}
My System
native-keymap v2.1.0, macOS Catalina, node v12.12.0
When using this library,
BackquoteandIntlBackslashkeys are swapped. I can reproduce this with any keyboard layout. Am I doing something wrong?Layout
Keymap
My System
native-keymap v2.1.0, macOS Catalina, node v12.12.0