On Thu, 5 Mar 2015 22:55:59 +0000, Steve Fryatt wrote: > The problem are the other two entries: Global History and Hotlist, as the > same tokens are used in both iconbar and main menus. The following are the > corresponding entries from the main menu definition: > > { "Utilities.Hotlist.HotlistShow", HOTLIST_SHOW, 0 }, > { "Utilities.History.HistGlobal", HISTORY_SHOW_GLOBAL, 0 }, > > For consistency, I /think/ my preference would be to create two new tokens > > xx.ro.AppHotlistShow:Show hotlist... > xx.ro.AppHistGlobal:Show global history... > > and update the iconbar menu to use these. That's consistent with AppHelp, > and indicates the Application (ie. iconbar) Menu.
When I originally wrote the Amiga frontend, I re-used as many of the existing strings as possible. As such, there are already copies of some of the RISC OS menu strings with the shortcuts stripped out. They are all suffixed NS (for No Shortcut), and "Show hotlist..." and "Show global history..." are definitely present. They might be set to ami only, but most of the old strings are set for all platforms, so the chances are they're already there. Chris