pqrs-org/Karabiner-Elements

Remapping Left click does not work on the trackpad

已關閉

#2,157 建立於 2020年2月16日

 (31 則留言) (10 個反應) (0 位負責人)C++ (909 個分叉)batch import
bughelp wantedstale

倉庫指標

星標
 (22,112 顆星)
PR 合併指標
 (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

貢獻者指南