mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-11 15:16:27 +01:00
added two commands to move to first or last track
This commit is contained in:
@@ -219,6 +219,8 @@ class AUDACITY_DLL_API TrackPanel:public wxPanel {
|
||||
|
||||
virtual void OnPrevTrack(bool shift = false);
|
||||
virtual void OnNextTrack(bool shift = false);
|
||||
virtual void OnFirstTrack();
|
||||
virtual void OnLastTrack();
|
||||
virtual void OnToggle();
|
||||
|
||||
virtual void OnCursorLeft(bool shift, bool ctrl, bool keyup = false);
|
||||
|
||||
Reference in New Issue
Block a user