View Single Post
05-29-18, 04:42 AM   #9
Nimhfree
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 267
The ctrlshift should work without an error. For example, I use this macro for the general professions:

#showtooltip
/cast [mod:shiftctrl]Cooking;[mod:shiftalt]Archaeology;[mod:shift]First Aid;[mod:ctrl]Cooking Fire;[mod:alt]Survey;Fishing

And for an example of the "/" representing OR, here is:

#showtooltip Regrowth
/stopcasting
/cast [nomodifier:ctrl/shift,@mouseover,nodead,help][nomodifier:ctrl/shift,help,nodead][modifier:shift,help,nodead,@focus][modifier:ctrl,@player] Regrowth

which basically says cast Regrowth on one of four units: mouseover, target, focus or self. if no control and no shift are pressed do mouseover or target (if no mouseover), or if shift is pressed do focus, or if ctrl is pressed do self.
  Reply With Quote