yqrashawn / GokuRakuJoudo

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

Multiple devices as a condition #195

Closed hacker-DOM closed 1 year ago

hacker-DOM commented 1 year ago

Sorry if it isn't clear from the docs, but is there a way to set multiple possible devices as a condition? This doesn't seem two work (the modification is unconstrained), thanks!

{:des "shift  ->  tab"
    :device ["builtin-kb-air" "builtin-kb-pro"]
    :rules [
        [:##left_shift :tab]
        [:##right_shift :tab]
    ]
}
hacker-DOM commented 1 year ago

Sry I mistundestood the syntax