Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Switch Spaces using fn keys with Quicksilver' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Switch Spaces using fn keys with Quicksilver
Authored by: thebackwash on Fri, Feb 22 2008 at 9:52PM PST
Maybe someone could help me. I've had this long-standing problem where I can't get applescripts to run by double-clicking them, opening them with 'open' in the Terminal, or by any other means that calls the system's open file call. Instead, it launches script editor and opens the script there. I have found that saving the script as an application gives the desired effect, but it takes like 5 seconds to start up, which makes this hint absolutely useless. Can anyone help me, or is this behavior normal?

[ Reply to This | # ]
10.5: Switch Spaces using fn keys with Quicksilver
Authored by: asmeurer on Sat, Feb 23 2008 at 10:58AM PST
There is a program in /System/Library/CoreServices/ called "AppleScript Runner." See if that does what you want.

[ Reply to This | # ]
10.5: Switch Spaces using fn keys with Quicksilver
Authored by: thebackwash on Sat, Feb 23 2008 at 8:52PM PST
No luck. Dragging and dropping will not launch the script, and I can't change the application for .scpt files to this in the get info window either, even if I select "show all applications."

[ Reply to This | # ]
10.5: Switch Spaces using fn keys with Quicksilver
Authored by: mark hunte on Sun, Feb 24 2008 at 9:37AM PST
This is Normal behaviour.
The .scpt files can be run from within Script Editor, or From a Applescript Menu.
There are ways to call them from Terminal, but it depends on your version of OS X.

This hint talks about using the code rather than a file in Quicksilver.

What this means is QuickSilver can trigger the code to run, using its own set of keyboard shortcuts.
There are other apps that do this also.

To learn more about Applescript try here : http://applescriptsourcebook.com/
They have AppleScript Tutorials for Beginners and Much more

---
mh

[ Reply to This | # ]