yqrashawn / GokuRakuJoudo

config karabiner with ease
GNU General Public License v3.0
1.16k stars 121 forks source link

JSON for Mouse button 5 + Right Click to Left Click? #126

Closed Dexterity420 closed 3 years ago

Dexterity420 commented 3 years ago

Tried all night trying to write something for this, haven't gotten anywhere!

{ "description": "Mouse 5 + Right Click to Left Click", "manipulators": [ { "from": { "pointing_button": "button5", "pointing_button": "button2" }, "to": [ { "pointing_button": "button1" } ], "type": "basic" } ] },

yqrashawn commented 3 years ago

Hi, simultaneous pointing buttons is supported in 0.3.11 now.

Try this

{:des "Mouse 5 + Right Click to Left Click"
 :rules [[[{:pkey :button5} {:pkey :button2}] {:pkey :button1}] ]}