[57710] users/ryandesign/minivmac/files/configure.applescript

ryandesign at macports.org ryandesign at macports.org
Tue Sep 15 07:07:08 PDT 2009


Revision: 57710
          http://trac.macports.org/changeset/57710
Author:   ryandesign at macports.org
Date:     2009-09-15 07:07:07 -0700 (Tue, 15 Sep 2009)
Log Message:
-----------
minivmac: run in background too, just in case, and adjust timings

Modified Paths:
--------------
    users/ryandesign/minivmac/files/configure.applescript

Modified: users/ryandesign/minivmac/files/configure.applescript
===================================================================
--- users/ryandesign/minivmac/files/configure.applescript	2009-09-15 14:06:22 UTC (rev 57709)
+++ users/ryandesign/minivmac/files/configure.applescript	2009-09-15 14:07:07 UTC (rev 57710)
@@ -1,7 +1,7 @@
 -- $Id$
 
 on run
-	delay 4 -- wait for Mini vMac to start launching
+	delay 2 -- wait for Mini vMac to start launching
 	
 	activate application "Mini vMac"
 	tell application "System Events"
@@ -9,11 +9,13 @@
 			key down control -- open Mini vMac control menu
 			my key_code(1) -- "S" -- speed submenu
 			my key_code(0) -- "A" -- as fast as possible
+			my key_code(1) -- "S" -- speed submenu
+			my key_code(11) -- "B" -- run in background too
 			key up control -- close Mini vMac control menu
 		end tell
 	end tell
 	
-	delay 1 -- wait for system software to finish starting up
+	delay 2 -- wait for system software to finish starting up
 	
 	my key_code(22) -- "6" -- select the 6-ClipIn program
 	my menu_file_open() -- open it -- it auto-quits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090915/d3dfa9b6/attachment.html>


More information about the macports-changes mailing list