Randall- Monday, January 19, 2009, 12:49:36 PM, you wrote:
> QuickKeys is cool... but it doesn't offer finder events as triggers > for the execution of macros. FWIW, I've had to do this exactly once in a Windows rev external. Since dlls are essentially Windows applications with a special interface identifying them as libraries, you can put an entire event loop in a dll, the same as you would in an application. Then you just handle OS events the same way you normally would, package them up, and hand them back to rev. Of course, if you want this to be cross-platform you'll have to code this up for each OS of interest. YMMV. -- -Mark Wieder [email protected] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
