Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple key bindings #86

Open
uncomplimentary opened this issue Nov 15, 2021 · 2 comments
Open

multiple key bindings #86

uncomplimentary opened this issue Nov 15, 2021 · 2 comments
Labels
enhancement New feature or request low priority A low priority task that may or may not happen

Comments

@uncomplimentary
Copy link

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.

@uncomplimentary uncomplimentary added the enhancement New feature or request label Nov 15, 2021
@tflo
Copy link

tflo commented Nov 24, 2021

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.

@Snakybo
Copy link
Owner

Snakybo commented Nov 29, 2021

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.

@Snakybo Snakybo added the low priority A low priority task that may or may not happen label Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority A low priority task that may or may not happen
Projects
None yet
Development

No branches or pull requests

3 participants