Hi,

I am looking for a simple script to trigger a keyboard short cut example:

*tell application "System Events"*
* key code 120 -- using {shift down, command down} -- shift-command-left*
* delay 5*
* key code 100*
*end tell*

How can I imbed this within this so that I can trigger a keyboard shortcut 
after receiving growl trigger.

*using terms from application "Growl"*
* on perform action with notification*
* ignoring case*
* if notification's app name is "test growl" then*
* activate me*
* display dialog "goodbye" with icon 1*
* end if*
* end ignoring*
* end perform action*
*end using terms from*

Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"Growl Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/growldiscuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to