• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Quickeys shortcut from Filemaker Pro
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quickeys shortcut from Filemaker Pro


  • Subject: Re: Quickeys shortcut from Filemaker Pro
  • From: Andrew Oliver <email@hidden>
  • Date: Thu, 08 Jul 2004 08:29:13 -0700

Since you haven't quoted the application name, AppleScript is interpreting
'quickeys' as a variable. Have you defined 'quickeys' as a variable earlier
in your script.

If not you need to quote the application name. i.e. Instead of:

> tell application quickeys

use:

> tell application "QuicKeys"

That way AppleScript knows it's a literal application name.

Andrew
:)

On 7/8/04 2:33 AM, "Nigel Nixon" <email@hidden> wrote:

> 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.
_______________________________________________
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.


References: 
 >Quickeys shortcut from Filemaker Pro (From: Nigel Nixon <email@hidden>)

  • Prev by Date: Re: CLOSE THE CD TRAY
  • Next by Date: Script Objects in Libraries
  • Previous by thread: Re: Quickeys shortcut from Filemaker Pro
  • Next by thread: CLOSE THE CD TRAY
  • Index(es):
    • Date
    • Thread