SHIFTy thoughts

Colin Holgate coiin at verizon.net
Mon Oct 11 13:12:49 EDT 2010


This part:

    if the shiftkey and not shiftisdown then
       UserReleasedShiftKey
     end if

should have been:

    if not the shiftkey and shiftisdown then
       UserReleasedShiftKey
     end if




More information about the use-livecode mailing list