Comments
-
Greg Hurrell
Not really sure how this would play out.
Synergy communicates with iTunes via AppleScript and Apple Events. There are some situations in which iTunes won't respond to these events, or responds in a way that is other than you might want it to.
You can test this out for yourself by running commands like the following from with the Script Editor (
/Applications/AppleScript/Script Editor
):tell application "iTunes" to playpause
Or:
tell application "iTunes" to next track
If you experiment with these commands you'll see how iTunes doesn't always do exactly you would want under some circumstances (for example, in the store or when the preferences window is open etc).
It's not entirely clear how you could consistently override these undesired behaviours. Perhaps an entirely new hot key is in order, something like "Jump to Library", which would select the main library.
Add a comment
Comments are now closed for this issue.