Cancelform Macro with [mod:ctrl]

I’m trying to make a macro that will cast Travel Form when ever I use it, but when I use ctrl and use it, it will cancel form. I’ve been messing with this one

#showtooltip
/cancelform [mod:ctrl]
/cast Travel Form

The Travel form part works, the cancelform part does not. The button doesn’t even work when I use ctrl.

Keybinds take priority over macro modifiers. By default CTRL 1-6 are bound to the pet bar. You’ll need to unbind any conflicts to use them in macros.

1 Like

This and found out I need to add [nomod] to the travel form part. Thank you!!!