You quickly and easily create Applescripts that do this sort of thing. Just create an Applescript (using Script Editor) with the code
tell application "Adobe Dreamweaver" to launch tell application "Rapidweaver" to launch replacing "Adobe Dreamweaver" with whatever the name of your application is. Applescript should be able to find it. I would save your scripts to the scripts folder (/Users/yourName/Library/Scripts). Just run the script using Quicksilver! On Mar 9, 12:17 am, Mark <[email protected]> wrote: > Hi, > > I'd like to launch applications based on categories with Quicksilver, > and would like to know if this is possible. > > For example, I'd like to create a category called "Web design". I > would like to relate two applications to this category, so Dreamweaver > and Rapidweaver. > > Then, when I launch Quicksilver, I start typing "w-e-b d-e-s-i-g-n" > and up pops a drop down menu of the application related to this > category. The drop down menu contains the apps. > > Is this possible? > > Thanks,
