Skip to content

Swapped keys (Backquote, IntlBackslash) #15

Description

@philippkuehn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions