pqrs-org/Karabiner-Elements

Remapping Left click does not work on the trackpad

Open

#2,157 创建于 2020年2月16日

在 GitHub 查看
 (30 评论) (10 反应) (0 负责人)C++ (909 fork)batch import
bughelp wanted

仓库指标

Star
 (22,112 star)
PR 合并指标
 (平均合并 23小时 28分钟) (30 天内合并 1 个 PR)

描述

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

贡献者指南