pqrs-org/Karabiner-Elements

Remapping Left click does not work on the trackpad

Closed

#2,157 opened on Feb 16, 2020

View on GitHub
 (31 comments) (10 reactions) (0 assignees)C++ (909 forks)batch import
bughelp wantedstale

Repository metrics

Stars
 (22,112 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The code below doesn't work.

{
  "type": "basic",
  "from": {
    "pointing_button": "button1"
  },
  "to": [
    {
      "key_code": "a"
    }
  ]
}

My goal is to rebind ctrl click to command click but simply rebinding button1 isn't working at all. the rules from the import page that relates to rebinding ctrl click to disable it don't work either.

I'm on macOS mojave 10.14.6 using Karabiner Elements 12.9.0

Contributor guide