WoWInterface SVN KeyboardAccess

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 7 to Rev 8
    Reverse comparison

Rev 7 → Rev 8

core.lua
152,6 → 152,9
local frame = _G[KA.handleT[1]]
if frame.which == "REPLACE_ENCHANT" then
tremove(KA.handleT,1)
if #KA.handleT==0 then
self:EnableKeyboard(0)
end
else
_G[KA.handleT[1]..buttonT[KA.handleT[1]][1]]:Click()
tremove(KA.handleT,1)