Re: Determining Spotlight hot keys
Re: Determining Spotlight hot keys
- Subject: Re: Determining Spotlight hot keys
- From: bill <email@hidden>
- Date: Thu, 9 Jun 2005 14:41:49 +0800
So I just need to test each of those bits and that gives me the
modifier keys and then I can invoke Spotlight without needing to have
the user set properties that reflect the current spotlight key
settings.
Steve,
You might consider using do shell script to call spotlight related
shell commands:
/usr/bin/mdcheckschema
/usr/bin/mdfind
/usr/bin/mdimport
/usr/bin/mdls
/usr/bin/mdutil
eg:
-- find files which are 64 pixels width
do shell script "mdfind 'kMDItemPixelWidth = 64'"
bill
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden