Can't use CTRL as a modifier in macros with bartender #1554


Closed
  • SuperFine created this issue Dec 12, 2019

    I don't understand why the following macro doesn't work with your addon.  The keypress isn't registered at all. Alt and Shift modifiers appear to work as intended.  Please fix.

    ```
    #showtooltip
    /cast [modifier:alt] Frostbolt(Rank 1)

    /cast [modifier:ctrl] Arcane Intellect
    /cast [nomodifier] Frostbolt(Rank 10)
    ```

     

    (now admittedly there's no reason to cast AI in this macro but was used for testing purposes)

  • SuperFine closed issue Dec 12, 2019
  • SuperFine posted a comment Dec 12, 2019

    Please disregard.  I had forgotten to remove the default pet keybinds Ctrl-1 - 0 in my testing.  Ticket closed.  Apologies.


To post a comment, please login or register a new account.