Capping Battleground Timers

Capping Battleground Timers

8M Downloads

Feature Request: Configurable bar clicks

cgreczkowski opened this issue ยท 1 comments

commented

It would be nice to shift+click and link to whichever chat the player has selected.

Auto send should also be disabled.

commented

You can do it using ctrl + click

function BarOnClick(bar)
    if IsShiftKeyDown() then
        ReportBar(bar, "SAY")
    elseif IsControlKeyDown() then
        ReportBar(bar, IsInGroup(2) and "INSTANCE_CHAT" or "RAID")

But it would be nice if author will add settings for this