Quote Originally Posted by Mikoko_Miko View Post
I'm also using a similar macro. Mine only toggles XHBs (Astral Fire / Umbral Ice) and sets Transpose action on the slot of itself, so I need to press the same button twice to Transpose.
/macrolock
/crosshotbar copy BLM 2 BLM 3
/crosshotbar copy BLM 1 BLM 2
/crosshotbar copy BLM 3 BLM 1
/crosshotbar set Transpose 1 RAU
/macroicon Transpose action <wait.1>
/crosshotbar copy BLM 3 BLM 1
This is based on a macro I saw somewhere in Japan. I suppose that this type of macro should be allowed, even if using actions in macros remains controversial.
Yeah, macros that modify the UI is fair-game since that is all client side, thus not a victim of the ability queue issue OP constantly ignores.

Also sneaky to make the hotbars replace each other than to swap *to* the them. Can ignore the overlap between shared hotbars then for controller or rotate the entire bar like a wheel.

And guess that wait is to prevent accidental duplicate presses? Since that's something I've been having issue with when trying bar swapping macros, least on the same button.