Hover over macro for demon gate

Question for the people good at macros. I’ve built a macro for my demon gate that casts soulburn and triggers demon gate deployment.

Is it possible to do a hover over macro so after I deploy the gate I hover my mouse over it to activate it? If so what would that macro look like.

Hello! This is not typically achieved with some crazy mouseover, but with a cheap, permanent item you can buy from any of a big pile of vendors in the game and let sit your bag, known as the Gateway Control Shard:

This allows you to make a macro which (when pressed) will simply “click” on the nearest gateway in range for you. This allows you to mash this macro:

#showtooltip
/cast [@cursor] Demonic Gateway
/use Gateway Control Shard

…and it’ll do exactly what you want, I think. I use it all the time on my retail warlock!