On Jul 18, 2005, at 6:22 PM, John Baltutis wrote: > If you can't get it to work as I outlined it above, you might be > forced to > deconstruct the application to find where the menu item (specified in > /Resources/ServicesMenu.strings) is connected to its keyboard > shortcut. > That's way beyond my ken. These service menu items can be manually removed easily. Control- Click on the offending application and choose Show Package Contents. Then open the Contents folder. Control-Click the Info.plist file and choose your favorite text editor, if none is listed choose Other... and then choose TextEdit. After the Info.plist file opens search for <key>NSServices</key> and change it to <key>NSServices-Removed</key> then save the file and quit the text editor. Log out, then back in and the menu item should be gone. To get the menu item back just change it back to <key>NSServices</key>. -- Ed