On Sat, Sep 15, 2001, Dirk Heiser wrote:
> -Since we have also Graffiti actions now its not easy to enter menu
> shortcuts that need a Dot ("+") because the action for the "Tap the
> Graffiti area" are executed.
Add a check to see if a menu is active (includes the use of a
command shortcut) to the HandleShiftGestures function, e.g.
MenuBarType* activeMenu;
activeMenu = MenuGetActiveMenu();
if ( activeMenu != NULL )
return false;
> -IMHO the "Library" menu item should moved to the Go menu and there
> should be a separator between Details and Settings.
Maybe also move Details to the View menu (as you have suggested in
the past)?
/Mike