Skip to content

Commit

Permalink
Merge pull request #30 from wiwaz/master
Browse files Browse the repository at this point in the history
Update default keybinds for Zoom In/Out
  • Loading branch information
wiwaz authored May 24, 2024
2 parents 96b874c + 3eba9df commit e059228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wobbly/WobblyWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,8 @@ void WobblyWindow::createShortcuts() {
{ "", "", "Set decimation pattern to range", &WobblyWindow::setDecimationPattern },
{ "", "", "Set match and decimation patterns to range", &WobblyWindow::setMatchAndDecimationPatterns },
{ "", "F5", "Toggle preview mode", &WobblyWindow::togglePreview },
{ "", "Ctrl+Num++", "Zoom in", &WobblyWindow::zoomIn },
{ "", "Ctrl+Num+-", "Zoom out", &WobblyWindow::zoomOut },
{ "", "Ctrl++", "Zoom in", &WobblyWindow::zoomIn },
{ "", "Ctrl+-", "Zoom out", &WobblyWindow::zoomOut },
{ "", "", "Guess current section's patterns from matches", &WobblyWindow::guessCurrentSectionPatternsFromMatches },
{ "", "", "Guess every section's patterns from matches", &WobblyWindow::guessProjectPatternsFromMatches },
{ "", "Ctrl+Alt+G", "Guess current section's patterns from mics", &WobblyWindow::guessCurrentSectionPatternsFromMics },
Expand Down

0 comments on commit e059228

Please sign in to comment.