Open URL N/O/S

Scott J. Kramer omniweb at sjk.us
Fri Jan 10 19:12:02 PST 2003


--On Friday, January 10, 2003 9:35 -0800 Scott - Omni Support 
<support at omnigroup.com> wrote:

>
> To change the services shortcuts for an application you can use pearSSC:
>
> <http://www.versiontracker.com/moreinfo.fcgi?id=15376&db=mac>

Interesting.  The single VT comment makes me a bit hesitant to try it,
and running "strings" on the executable indicates it does (or attempts
to do) what Nick suggests:

> On Friday, January 10, 2003, at 05:52 AM, Nick Matsakis wrote:
>
>>
>> On Thu, 9 Jan 2003, Scott J. Kramer wrote:
>>
>>> Does anyone know what to tweak so the "Open URL in" shorcuts for
>>> Navigator and OmniWeb don't conflict?
>>
>> If you're comfortable "opening packages", the edit
>> Navigator.app/Contents/Info.plist, and remove the keyboard shortcut.
>> This will leave the item in your services menu, but leave Omniweb with
>> command-shift-u.

Hmm, though I already checked that a few releases ago, but anyway...

Looks trivial to *change* the NSKeyEquivalent string:

	<key>NSKeyEquivalent</key>
	<dict>
		<key>default</key>
		<string>U</string>
	</dict>
	<key>NSMenuItem</key>
	<dict>
		<key>default</key>
		<string>Open URL in Navigator</string>
	</dict>

I'll give this manual method a try.  I like the ability to save/revert
the Info.plist file and make note of it since I'm not completely sure
what pearSCC will do.

Thanks for the tips!

-sjk




More information about the OmniWeb-l mailing list