1. #1

    WA that disables a keybind in combat

    Hi,

    I was wondering if there is a way to create a WA that disables a certain keybind, but only in combat.

    I have a bad habit of spamming "c" to open my character frame repeatedly but I don't want to rekeybind it.

    I guess also disabling the character frame in combat would work as well.

    Thanks in advance!

  2. #2
    You could make a macro and bind "c" to a non-visibile action button.
    Code:
    /run if not InCombatLockdown() then ToggleCharacter("PaperDollFrame") end
    Last edited by Overdispersion; 2015-08-03 at 01:50 PM.

Posting Permissions

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