Mercurial > wow > skeletonkey
diff SkeletonKey/KeyBinds.lua @ 3:07293831dd7b
- implement unit parameters table inheritance from a stock table
- UnitFrames.unit() and UnitFrames.ui() methods
author | Nenue |
---|---|
date | Tue, 21 Jun 2016 08:14:22 -0400 |
parents | cd7d06bcd98d |
children | 9ac29fe77455 |
line wrap: on
line diff
--- a/SkeletonKey/KeyBinds.lua Tue Jun 21 08:10:36 2016 -0400 +++ b/SkeletonKey/KeyBinds.lua Tue Jun 21 08:14:22 2016 -0400 @@ -617,7 +617,6 @@ return end bind = GetBindingKey(command) - print(slot, bind, '->', command) if bind then button.HotKey:SetText(BindingString(bind)) button.HotKey:Show() @@ -763,7 +762,6 @@ --- Refresh buttons if macros are updated kb.UPDATE_BINDINGS = function() for i = 1, 120 do - print(i) kb.HotKeyText(i) end if db.showUI then @@ -773,6 +771,7 @@ kb.ACTIONBAR_SLOT_CHANGED = function(self, event, slot) kb.HotKeyText(slot) + return true end kb.UPDATE_MACROS = kb.UPDATE_BINDINGS