On Sep 5, 2009, at 20:54, Andreas Fischlin wrote: > Hi all, > > Strange commands such as "Show Fix PDF and URL Links" menu commands > appear in my AppleScript menu of BibDesk, only because I have some > script named "Fix PDF and URL Links.scpt" installed (in "$HOME/ > Library/Application Support/BibDesk/Scripts"). Choosing such a menu > command results in the AppleScript being opened in the Script > Editor. This happens only for some of my AppleScripts installed, > AFAIC for no apparent reason or obvious difference among the scripts. > > Does anyone know how to get rid of these superfluous menu commands > and perhaps can someone explain how they came into existence in the > first place? > > Thanks. > > Andreas
Have you assigned shortcuts to these scripts? The extra "Show..." menu items are usually hidden, and only shown (replacing the normal item) when you hold the Option key (that's a feature). However this behavior assumes that the normal item does not have a shortcut. I would not know how to avoid that when the normal item has a shortcut. Apple does not give us any way to do that. You can hide them yourself by assigning the same shortcut as the normal item but a different modifier (typically, adding an Option). Christiaan ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Bibdesk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bibdesk-users
