Update of /cvsroot/audacity/audacity-src/src/prefs
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv4777
Modified Files:
MousePrefs.cpp
Log Message:
Add a couple more actions...not done yet.
Index: MousePrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/MousePrefs.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- MousePrefs.cpp 12 Mar 2007 09:23:15 -0000 1.12
+++ MousePrefs.cpp 30 Jul 2007 01:29:21 -0000 1.13
@@ -95,9 +95,11 @@
mList->InsertColumn(ButtonsColumn, _("Buttons"), wxLIST_FORMAT_LEFT
);
mList->InsertColumn(CommentColumn, _("Comments"), wxLIST_FORMAT_LEFT
);
- AddItem( _("Left-Click"), _("Select"), _("Set Selection Point") );
- AddItem( _("Left-Drag"), _("Select"), _("Set Selection Range") );
- AddItem( _("Shift-Left-Click"), _("Select"), _("Extend Selection Range")
);
+ AddItem( _("Left-Click"), _("Select"), _("Set Selection Point") );
+ AddItem( _("Left-Drag"), _("Select"), _("Set Selection Range") );
+ AddItem( _("Shift-Left-Click"), _("Select"), _("Extend Selection Range")
);
+ AddItem( _("Left-Double-Click"), _("Select"), _("Select Clip or Entire
Track") );
+ AddItem( _("Ctrl-Left-Click"), _("Select"), _("Set Selection Point and
Play") );
AddItem( _("Left-Click"), _("Zoom"), _("Zoom in on Point") );
AddItem( _("Left-Drag"), _("Zoom"), _("Zoom in on a Range"),
_("same as right-drag") );
@@ -120,8 +122,9 @@
AddItem( _("Right-Click"), _("Multi"), _("Zoom out one step"),
_("same as zoom tool") );
AddItem( _("Right-Drag"), _("Multi"), _("Zoom in on a Range"),
_("same as zoom tool") );
- AddItem( _("Wheel-Rotate"), _("Any"), _("Scroll up or down") );
- AddItem( _("Ctrl-Wheel-Rotate"),_("Any"), _("Zoom in or out") );
+ AddItem( _("Wheel-Rotate"), _("Any"), _("Scroll up or down") );
+ AddItem( _("Shift-Wheel-Rotate"),_("Any"), _("Scroll left or right") );
+ AddItem( _("Ctrl-Wheel-Rotate"), _("Any"), _("Zoom in or out") );
mList->SetColumnWidth( BlankColumn, 0 ); // First column width is zero, to
hide it.
mList->SetColumnWidth( ToolColumn, wxLIST_AUTOSIZE );
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs