On Dec 11, 2009, at 10:45:42, Eugene Gordin wrote: > I would greatly appreciate it if someone could write a small script > for this!
A script can't do it. AppleScript is designed to work at a higher level than mouse and keyboard events. (Nowadays, AppleScript scripts can send key events, but that's still outside its core competencies and doesn't help with *listening for* key events.) It can only be a Cocoa app. (Or I/O Kit, but that wouldn't help with sending Growl notifications.) -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
