Using shift mod to run 2 different macros

how do i create / what are the commands to create a macro that will run one macro without shift held and another macro with shift held down ? i thought it was /click [mod:Shift] “insert name” but that doesnt seem to work anymore

Hey Beefy,

you start with /cast [mod:shift] “spell name”

:slight_smile:

It depends on your configuration if KeyDown you need ‘/click [mod:shift] TEMPLATE LeftButton’ and why do you need the LeftButton because blizzard changed how /click works. For more information see ActionButtonKeyDown or ActionButtonKeyUp and Why this matters Macro Cycling not firing · TimothyLuke/GSE-Advanced-Macro-Compiler Wiki · GitHub and Chaining Macros · TimothyLuke/GSE-Advanced-Macro-Compiler Wiki · GitHub

1 Like

Oh, that is what he meant… lolz

I’ll have to keep this in mind if I update the Sub Rogue macro I was using before. Thanks.