Quickeys shortcut from Filemaker Pro
Quickeys shortcut from Filemaker Pro
- Subject: Quickeys shortcut from Filemaker Pro
- From: Nigel Nixon <email@hidden>
- Date: Thu, 8 Jul 2004 10:33:11 +0100
Writing an Applescript to trigger a Quickey shortcut from Filemaker Pro
in OS X.
I have been advised from a number of sources that either of the
following applescripts should do the job:
tell application quickeys
activate
play shortcut named "name of shortcut"
end tell
tell application quickeys
play shortcut named "name of shortcut"
end tell
However the Script Editor does not like the syntax, and each time -
highlighting the word shortcut - throws up the message "Expected end
of line, etc. but found identifier. (Error -2741). "
I am a complete novice at Applescripts, and would appreciate any help.
QuicKeys X2.0.1
Filemaker Pro 6.0
Max OS 10.3.4
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.