|
|
#1 |
|
MVP
Join Date: Apr 2007
Posts: 1,036
|
AppleScript: Please explain these two commands
I was reading this post, and found the following AppleScript:
Code:
-- Hit the Tab-key delay 1.0 set timeoutSeconds to 2.0 set uiScript to "keystroke tab" my doWithTimeout(uiScript, timeoutSeconds) set timeoutSeconds to 2.0and my doWithTimeout(uiScript, timeoutSeconds)What, exactly, do these commands do? Thanks.
__________________
"You can shear a sheep many times but skin him only once." –T.A. Preston, Sr. |
|
|
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|