Initiate a tabKey Message
    Dave Cragg 
    dcragg at lacscentre.co.uk
       
    Thu Mar 13 08:25:01 EST 2003
    
    
  
At 11:59 pm -0800 12/3/03, Scott Rossi wrote:
>Hello List:
>
>Why doesn't this work (script of a card)?
>
>on arrowKey
>   tabKey
>end arrowKey
>
>on tabKey
>   pass tabKey
>end tabKey
>
I don't know why, but this works:
on arrowKey
   tabKey
end arrowKey
on tabKey
   put the "milliseconds"
end tabKey
and this works:
on arrowKey
   send "tabKey" to me
end arrowKey
on tabKey
   pass tabKey
end tabKey
Something funny going on!!
Cheers
Dave
    
    
More information about the metacard
mailing list