quickeys from AppleScript
Marco Sch=?ISO-8859-1?B?9g==?=nenberger
moeb at swissonline.ch
Sat May 11 13:24:00 EDT 2002
on 10/5/02 12:49 AM, Jim Lambert at jplam at netrin.com 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
More information about the use-livecode
mailing list