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

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to