Heyy. I'm trying to get the console command addon to work.
Is it possible? I just feel lazy sometimes and want to rock it out with my xbox controller. Any help would be appreciated.
Console command
Re: Console command
something like this:
SLASH_SB1 = "/SB";
local function setKeyBind(msg)
KeyBindingFrame:Show()
KeyBindingFrame.quickKeybindButton:Click("LeftButton", 1);
KeyBindingFrame:Hide()
end
SlashCmdList["SB"] = setKeyBind;
SLASH_SB1 = "/SB";
local function setKeyBind(msg)
KeyBindingFrame:Show()
KeyBindingFrame.quickKeybindButton:Click("LeftButton", 1);
KeyBindingFrame:Hide()
end
SlashCmdList["SB"] = setKeyBind;