Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.3: Use speech recognition with the Address Book' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.3: Use speech recognition with the Address Book
Authored by: QBit on Nov 05, '03 05:13:22PM

That's because the creator and type of your command files is "" for some reason. When you speak one of the commands like "what time is it" the command file (which is a plist) is opened in the plist editor instead of doing the right thing.

To fix this do the following in Terminal:

To set the type:

> /Developer/Tools/SetFile -t "sicf" /Users/YourName/Library/Speech/Speakable\ Items/What\ time\ is\ it

and to set the creator:

>/Developer/Tools/SetFile -c "siax" /Users/YourName/Library/Speech/Speakable\ Items/What\ time\ is\ it

Do this for all the command files that you find are opened in the plist editor. Then start speech recognition and they will work correctly.



[ Reply to This | # ]
10.3: Use speech recognition with the Address Book
Authored by: swpalmer@mac.com on Mar 09, '04 10:42:34AM

I tried this and now those commands do nothing at all instead of opening in the property list editor. :(



[ Reply to This | # ]