1
0
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:
David Bailes
2015-04-24 11:38:55 +01:00
parent 593cc6ee5e
commit 0b2d5729c5
4 changed files with 61 additions and 8 deletions

View File

@@ -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);