Update of /cvsroot/audacity/audacity-src/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv2497/src

Modified Files:
        Menus.cpp 
Log Message:
Reinstate the NUMPAD_ENTER toggle command.


Index: Menus.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Menus.cpp,v
retrieving revision 1.467
retrieving revision 1.468
diff -u -d -r1.467 -r1.468
--- Menus.cpp   7 Apr 2009 04:53:39 -0000       1.467
+++ Menus.cpp   7 Apr 2009 05:06:54 -0000       1.468
@@ -1023,11 +1023,12 @@
 
    c->SetDefaultFlags(TracksExistFlag | TrackPanelHasFocus,
                       TracksExistFlag | TrackPanelHasFocus);
-   c->AddCommand(wxT("PrevTrack"),     _("Move Focus to Previous Track\tUp"),  
                    FN(OnCursorUp));
-   c->AddCommand(wxT("ShiftUp"),       _("Move Focus to Previous and 
Select\tShift+Up"), FN(OnShiftUp));
-   c->AddCommand(wxT("NextTrack"),     _("Move Focus to Next Track\tDown"),    
                    FN(OnCursorDown));
-   c->AddCommand(wxT("ShiftDown"),     _("Move Focus to Next and 
Select\tShift+Down"),   FN(OnShiftDown));
+   c->AddCommand(wxT("PrevTrack"),     _("Move Focus to Previous Track\tUp"),  
              FN(OnCursorUp));
+   c->AddCommand(wxT("ShiftUp"),       _("Move Focus to Previous and 
Select\tShift+Up"),     FN(OnShiftUp));
+   c->AddCommand(wxT("NextTrack"),     _("Move Focus to Next Track\tDown"),    
              FN(OnCursorDown));
+   c->AddCommand(wxT("ShiftDown"),     _("Move Focus to Next and 
Select\tShift+Down"),       FN(OnShiftDown));
    c->AddCommand(wxT("Toggle"),        _("Toggle Focused Track\tReturn"),      
              FN(OnToggle));
+   c->AddCommand(wxT("ToggleAlt"),     _("Toggle Focused 
Track\tNUMPAD_ENTER"),              FN(OnToggle));
 
    c->AddCommand(wxT("CursorLeft"),           _("Cursor 
Left\tLeft\tallowdup"),              FN(OnCursorLeft));
    c->AddCommand(wxT("CursorRight"),          _("Cursor 
Right\tRight\tallowdup"),            FN(OnCursorRight));


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to