From f424fdae6cdadda581471d820b51a766a0b7566b Mon Sep 17 00:00:00 2001 From: Setsugennoao <41454651+Setsugennoao@users.noreply.github.com> Date: Sun, 4 Aug 2024 19:22:37 +0200 Subject: [PATCH] Update WobblyWindow.cpp --- src/wobbly/WobblyWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wobbly/WobblyWindow.cpp b/src/wobbly/WobblyWindow.cpp index d17405c..ac122be 100644 --- a/src/wobbly/WobblyWindow.cpp +++ b/src/wobbly/WobblyWindow.cpp @@ -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++", "Zoom in", &WobblyWindow::zoomIn }, - { "", "Ctrl+-", "Zoom out", &WobblyWindow::zoomOut }, + { "", "Ctrl+Num++", "Zoom in", &WobblyWindow::zoomIn }, + { "", "Ctrl+Num+-", "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 },