1
0
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:
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

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