WoWInterface SVN KeyboardAccess

Compare Revisions

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

Rev 8 → Rev 9

core.lua
66,9 → 66,9
end
 
function events:READY_CHECK(initiator,timer) --ReadyCheck PopUp
print(UnitName('player')==initiator)
--print(UnitName('player')==initiator)
if not (UnitName('player')==initiator) then
print(initiator)
--print(initiator)
tinsert(KA.handleT,'ReadyCheckFrame')
KA.handler:EnableKeyboard(1)
end
150,7 → 150,7
KA.handler:SetScript('OnKeyUp',function(self,key)
if key=='ENTER' then
local frame = _G[KA.handleT[1]]
if frame.which == "REPLACE_ENCHANT" then
if frame.which == "REPLACE_ENCHANT" or frame.which=='DEATH' or frame.which='RECOVER_CORPSE_INSTANCE' then
tremove(KA.handleT,1)
if #KA.handleT==0 then
self:EnableKeyboard(0)