pqrs-org/Karabiner-Elements

Remapping Left click does not work on the trackpad

クローズ

#2,157 opened on 2020/02/16

 (31 件のコメント) (10 件のリアクション) (0 人の担当者)C++ (909 件のフォーク)batch import
bughelp wantedstale

Repository metrics

Stars
 (22,112 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド