Clicked

Clicked

294k Downloads

multiple key bindings

uncomplimentary opened this issue · 4 comments

commented

the ability to have multiple key bindings for one item would be nice. i can currently make multiple entries for the same item and achieve the same result, but from a housekeeping perspective it would be better to have them all in one place. then if i want to change one of the conditions, for example, i don't have to go to each copy and change it.

commented

I second this. Multiple key bindings would be way more elegant than duplicating entries and then assigning another key.

Also in conjunction with macro modifier conditions:

/cast [mod:cmd] <something>; [mod:ctrl] <something>; [mod:alt] <something>; [mod:shift] <something>; <something>

We could make one entry with multiple key binds assigned to it:

  • cmd-<key>
  • ctrl-<key>
  • alt-<key>
  • shift-<key>
  • <key>

The old SpellBinding add-on (no longer maintained) allowed this too. (Sorry for making reference to SpellBinding again ;)


But, I guess, major rework would be required for this. So, although very desirable, it’s not an urgent thing for my current usage patterns of Clicked.

commented

While a slight workaround, it is possible to right click on a binding in the list and copy the configuration, then you can right click another binding in the list and paste it. This will copy everything except the assigned key.

In the future I might look into some sort of "linking" approach where you can create a binding that is linked to another binding, and automatically copies the configuration.