Snakybo / Clicked

A keybind management addon for World of Warcraft.
GNU General Public License v3.0
30 stars 6 forks source link

Duplicate entries shouldn't be needed #175

Closed Elitesparkle closed 10 months ago

Elitesparkle commented 11 months ago

The fact we have to duplicate entries in order to configure some settings is not good.

I'd like to have the following functionality:

/cast [@mouseover,help][@self,mod:SELFCAST][@target,help][@player]Riptide

Now I'm forced to create a [Key] entry for this part:

/cast [@mouseover,help][@target,help][@player]Riptide

And a [Modifier + Key] entry for this part:

/cast [@self,mod:SELFCAST]Riptide

Macros are just being used to explain, not while configuring the addon.

Snakybo commented 10 months ago

Interesting idea, I think it lines up pretty well with #86. I will close this as a duplicate of that, unless you think it's very different :)