RE: kill switch for script
RE: kill switch for script
- Subject: RE: kill switch for script
- From: email@hidden
- Date: Wed, 17 Jul 2002 13:19:21 EDT
hitting command-period during a script run should stop the script if it is in
the forefront (even as a stand alone application).
Other options include Jon's Commands (under OS8.6 - 9.2.2, talk to Jon about
whether it's supported in OS X), which supports a keyboard capture..
-- note: keys pressed is a part of Jon's Commands...
set NowKey to keys pressed
-- beep to acknowledge option key caught
if NowKey = {"Option"} then
beep
end if
Hope that helps.
Best Wishes,
=-= Marc Glasgow
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.