Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,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 whoever posted them. This site is not responsible for what they say.
10.5: Switch Spaces using fn keys with Quicksilver
Authored by: thebackwash on Feb 22, '08 09:52:26PM

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 Feb 23, '08 10:58:00AM

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 Feb 23, '08 08:52:56PM

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 Feb 24, '08 09:37:00AM
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 | # ]