Skip to content

Commit

Permalink
Merge pull request #646 from guiv42/repeatShortcut
Browse files Browse the repository at this point in the history
add keyboard shortcut for "open repeat"
  • Loading branch information
guiv42 authored Jan 25, 2025
2 parents bd142f0 + 8549e43 commit e860a87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ public void createConfigMap() {

//composition actions
this.map(TGChangeInfoAction.NAME, LOCKABLE | DISABLE_ON_PLAY, new TGUpdateSongInfoController(), new TGUndoableSongInfoController());
this.map(TGRepeatOpenAction.NAME, LOCKABLE | DISABLE_ON_PLAY, UPDATE_MEASURE_CTL, new TGUndoableOpenRepeatController());
this.map(TGRepeatOpenAction.NAME, LOCKABLE | DISABLE_ON_PLAY | SHORTCUT, UPDATE_MEASURE_CTL, new TGUndoableOpenRepeatController());
this.map(TGRepeatCloseAction.NAME, LOCKABLE | DISABLE_ON_PLAY, UPDATE_MEASURE_CTL, new TGUndoableCloseRepeatController());
this.map(TGRepeatAlternativeAction.NAME, LOCKABLE | DISABLE_ON_PLAY, UPDATE_MEASURE_CTL, new TGUndoableAltRepeatController());

Expand Down

0 comments on commit e860a87

Please sign in to comment.