Trigger for stacks

0 views
Skip to first unread message

ChrisCairns

unread,
Sep 18, 2008, 1:21:01 PM9/18/08
to QuickSilver
I love to see my "Downloads" folder in Grid view-----view invoked by
clicking on the "Downloads" folder in the Dock.
Is it possible to set a trigger for opening the "Downloads" folder in
Grid view?


Sesquipedalian

unread,
Sep 18, 2008, 8:29:31 PM9/18/08
to Blacktree: Quicksilver
Writing an Applescript action is your best bet.

ChrisCairns

unread,
Sep 18, 2008, 11:19:54 PM9/18/08
to blacktree-...@googlegroups.com
I could not find a way to open "Downloads" folder in grid view using
apple script. (I dont know much about apple script)

Sesquipedalian

unread,
Sep 19, 2008, 12:03:27 AM9/19/08
to Blacktree: Quicksilver
Well, learning is good for the brain! :)

Plus, once you get started you will find that Applescript is quite
easy. It was designed specifically to be accessible to regular English
speaking people.

ChrisCairns

unread,
Sep 19, 2008, 9:23:58 AM9/19/08
to blacktree-...@googlegroups.com
you are right.

Chris Cairns

unread,
Sep 19, 2008, 10:46:09 AM9/19/08
to Blacktree: Quicksilver
tell application "System Events"
delay 1
key code 99 using control down
delay 0.5
keystroke "dow"
keystroke return

end tell
Reply all
Reply to author
Forward
0 new messages