Help request: Mouseover focus + blind + mod:shift redirect

#showtooltip Blind
/cast [@focus, exists] Blind;
/focus [@mouseover, exists];
/cast [mod:shift] Redirect;

Everything works except the last line.

Try this:```
/cast [mod:shift][@mouseover] Redirect;[@focus, exists] Blind
/focus [@mouseover, exists]


I'm assuming here that you would like to cast Redirect on your mouseover target. if not, change the first @mouseover to whatever you want.