tukui-org / ElvUI

User Interface replacement AddOn for World of Warcraft.
https://tukui.org
Other
398 stars 137 forks source link

Action bars to only allow left-click. #1089

Closed dailytabs closed 7 months ago

dailytabs commented 7 months ago

Is your feature request related to a problem? Please describe. I have mouse thumb buttons assigned to action bars. When I hover over any action bar button and press a thumb button, instead of the assigned action being performed, the currently hovered over button is activated.

Describe the solution you'd like I do not use any crazy macros with button alternatives and would like an option to only allow left-clicks to activate the action bar buttons.

dailytabs commented 7 months ago

Obviously, if self-cast right-click is activated, that would work as well ;)

kodewdle commented 7 months ago

self-cast right-click only isn't something that is supported by the API, you can register only left/right/middle up/down or any up/down however either of these would require modifying the action button lib so i'm going to close this as it's a quite more advanced thing to request and keydown is currently not worker great anyways because of Evokers