yqrashawn / GokuRakuJoudo

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

How to achieve better performance when keyboard keys and mouse keys are pressed at the same time #192

Open yqchilde opened 1 year ago

yqchilde commented 1 year ago

This is the json I hope to get:

{
  "description" : "鼠标操作",
  "manipulators" : [{
    "from" : {
      "modifiers" : {
        "mandatory" : [ "right_command", "right_control", "right_option", "right_shift" ]
      },
      "pointing_button" : "button1"
    },
    "to" : [ {
      "pointing_button" : "button5"
    } ],
    "type" : "basic"
  }]
}

This is my edn:

{:des "鼠标操作"
  :rules [
    [{:pkey :button1 :modi [:right_command :right_control :right_option :right_shift]} :button5] 
  ]
} 

My doubt is how to use :!QWER replaces the four keys behind modi