Close
Showing results 1 to 10 of 67

Threaded View

  1. #11

    Default

    Quote Originally Posted by Moorea View Post
    That would still not be something you can do in game (can’t bind different actions to keyup and keydown)
    Wow API has the keyup/keydown actions
    https://wowwiki.fandom.com/wiki/UIHANDLER_OnKeyDown
    https://wowwiki.fandom.com/wiki/UIHANDLER_OnKeyUp

    It would seem like it is possible to do an addon that allows for separate actions for keydown and keyup.
    This example only uses the keyUP:
    https://wowwiki.fandom.com/wiki/Usin...for_your_addon

    In fact Bindpad addon had both key up and down actions implemented back in version 2.2.0 in order to spam faster. Later the author of the mod decided to remove the feature, but the api calls seem to still exist in wow api.



    EDIT: So based on this I'm assuming the 1 click -> 1 action rule applies regardless if the ability has GCD or not.
    Last edited by aasi888 : 11-06-2019 at 03:26 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •