Of course if you only need one command in each part of the if, then you can omit all the braces and shorten your macro:
tapKeySeq CS-U
ifShift suppressMods write 00d6
else write 00f6
tapKey enter
I think that’s now quite readable and concise.
Of course if you only need one command in each part of the if, then you can omit all the braces and shorten your macro:
tapKeySeq CS-U
ifShift suppressMods write 00d6
else write 00f6
tapKey enter
I think that’s now quite readable and concise.