Activating QuicKeys from AppleScript
Mac Only Mac Only

> 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

Posted 5/11/2002 by Marco Schoenenberger to the Use-Revolution List   (See the complete post/thread)