on 10/5/02 12:49 AM, Jim Lambert at [EMAIL PROTECTED] wrote: > Anyone know if there is a way to send a key combination from Rev to Quickeys > on the mac? > TYPE doesn't seem to pass out of the app.
You can activate QuicKeys from AppleScript using the following script: tell application "QuicKeys Backgrounder" ���� PlayByName "MySequence" end tell See also http://www.cesoft.com/support/faq/quickeys/qkas.html Regards Marco Schoenenberger _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
