WoWInterface SVN KeyboardAccess

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 13 to Rev 14
    Reverse comparison

Rev 13 → Rev 14

core.lua
103,7 → 103,7
end
 
function events:MODIFIER_STATE_CHANGED(modi,state)
print(modi,state)
--print(modi,state)
if modi=='LSHIFT' or modi=='RSHIFT' then
KA.MODShift=toboolean(state)
if not KA.MODShift then