Re: Asterisk/XCode AppleScript menu problem
Re: Asterisk/XCode AppleScript menu problem
- Subject: Re: Asterisk/XCode AppleScript menu problem
- From: "Glenn L. Austin" <email@hidden>
- Date: Fri, 16 Jan 2004 05:08:30 -0800
on 1/15/04 11:15 PM, Alex Telitsine at email@hidden wrote:
> Can anybody give me advise on following (simple) problem:
>
> After installing XCode 1.1 on PowerBook, I have
> " Open > Open Path in text edit * " in XCode AppleScript Menu.
>
> XCode tries to execute this damn script every time I type * (asterisk)
> in editor,
> and doesn't put asterisk in the text. How can I disable or remove this
> shortcut?
>
> XCode preferences/key bindings doesn't have apple script menu settings.
I noticed that too. The file in question is at:
/Library/Application\ Support/Apple/Developer\ Tools/Scripts/10-User\
Scripts/10-Open/10-openPathInTextEdit.sh
Edit that file, and you'll notice that the key binding is set to '*'
(PBXKeyEquivalent=*). Change that to be nothing (PBXKeyEquivalent=) and
save the file (you may have to do this from the command line.
--
Glenn L. Austin <><
Computer Wizard and Race Car Driver
<email@hidden>
<http://www.austin-home.com/glenn/>
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.