yqrashawn / GokuRakuJoudo

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

Set multiple variables #197

Closed eugenesvk closed 1 year ago

eugenesvk commented 1 year ago

Is it possible to set multiple variables in the other options?

#↓ this works
:held [{:set ["varA" 1] :repeat false} {:set ["varB" 1] :repeat false}] 
sokinpui commented 1 year ago

try this instead: :held [{:set [["varA" 1] ["varB" 1]] :repeat false}

eugenesvk commented 1 year ago

Doesn't work, it considers the first box as a name and the second as a value