pqrs-org/Karabiner-Elements

Remapping Left click does not work on the trackpad

Open

#2.157 geöffnet am 16. Feb. 2020

Auf GitHub ansehen
 (30 Kommentare) (10 Reaktionen) (0 zugewiesene Personen)C++ (909 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (22.112 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 23h 28m) (1 gemergte PR in 30 T)

Beschreibung

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