Skip to content

Commit

Permalink
Changed speaker setup edit window shortcut.
Browse files Browse the repository at this point in the history
  • Loading branch information
belangeo committed Oct 18, 2017
1 parent 3739bc4 commit b69b812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MainComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ void MainContentComponent::getCommandInfo (CommandID commandID, ApplicationComma
break;
case MainWindow::ShowSpeakerEditID:
result.setInfo ("Show Speaker Setup Edition Window", "Edit the current speaker setup.", generalCategory, 0);
result.addDefaultKeypress ('E', ModifierKeys::altModifier);
result.addDefaultKeypress ('W', ModifierKeys::altModifier);
break;
case MainWindow::Show2DViewID:
result.setInfo ("Show 2D View", "Show the 2D action window.", generalCategory, 0);
Expand Down

0 comments on commit b69b812

Please sign in to comment.