applescript
Apple Script: How do I get a reference to the next track in iTunes?
What I\'m trying to achieve is this: tell application \"iT开发者_JAVA技巧unes\" play next track with once[详细]
2023-04-04 14:54 分类:问答AppleScript to find & replace sets of string in a selected file
I want to use AppleScript to find and replace text in a chosen document. The text I want to replace will always be the same, so I want to set some predefined variables with that string, search the cho[详细]
2023-04-04 06:14 分类:问答AppleScript Volume Switch [duplicate]
This question already has an answer here: Closed 11 years ago. Possible Duplicate: Increase volume on mac using AppleScript?[详细]
2023-04-04 00:22 分类:问答Automator Preferences
I am u开发者_StackOverflow中文版sing Lion OSX and I want to make an automator service that will toggle the scroll-direction preferences.[详细]
2023-04-03 05:33 分类:问答How to check whether app is running using [[NSAppleScript alloc] initWithSource:
This is my original script. It will return the current url of Safari NSAppleScript *scriptURL= [[NSAppleScript alloc] initWithSource:@\"tell application \\\"Safari\\\" to return URL of front document[详细]
2023-04-02 19:23 分类:问答AppleEvent: how to debug `eventDidFail`?
I am getting this error from SIMBL in the console: 05.09.11 17:00:09,165 SIMBL Agent: eventDidFail:\'tvea\' error:Error Domain=NSOSStatusErrorDomain Code=-1708 \"The operation couldn’t be completed.[详细]
2023-04-02 07:41 分类:问答AppleEvent handler from OSAX causes other AppleEvents to fail
The code from appscript import * ps = app(\"Adobe Photoshop CS5\") ps.do_javascript works if Photoshop is not running yet. In that case, it starts up Photoshop and it finds the do_javascript method[详细]
2023-04-02 07:23 分类:问答applescript for Mail.app to duplicate outgoing message and send as a newly formatted message
So i\'ve been searching around for a way to do the 开发者_JS百科following, sequentially in Mail.app, using AppleScript:[详细]
2023-04-02 03:34 分类:问答Download a File through Safari with AppleScript
For reasons I won\'t really go into, I need to write something in AppleScript which will download some files specifically through Safari.(Just something that someone will double-click to run which wil[详细]
2023-04-02 01:59 分类:问答How can I convert bash's command substitution and pipe to an Applescript?
I need help converting this simple shell script to an apple script. The point being because it is to be used in an Automator workflow, and so I need the Terminal window to be open, which cannot be do[详细]
2023-04-01 20:43 分类:问答