mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-22 00:47:13 +01:00
added two commands to move to first or last track
This commit is contained in:
@@ -123,11 +123,16 @@ void OnSetPlaySpeed();
|
||||
void OnPlaySpeedInc();
|
||||
void OnPlaySpeedDec();
|
||||
|
||||
// Selection-Editing Commands
|
||||
// Moving track focus commands
|
||||
|
||||
void OnCursorUp();
|
||||
void OnShiftUp();
|
||||
void OnCursorDown();
|
||||
void OnFirstTrack();
|
||||
void OnLastTrack();
|
||||
|
||||
// Selection-Editing Commands
|
||||
|
||||
void OnShiftUp();
|
||||
void OnShiftDown();
|
||||
void OnToggle();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user