I have this macro
set holdTimeout 500
ifHold tapKey LG-1
ifPrimary final tapKey 1
I would like to assign to all number keys, instead of creating 9 similar macros,would like to reuse the same but with different parameter for each key (eg 2 would press number 2 etc)
set holdTimeout 500
ifHold tapKey LG-$parameter
ifPrimary final tapKey $parameter
I didn’t find any documentation related to this, is possible to do it?