From 75b8c7f4129815cbb0b6ca359efbdb41f69af15e Mon Sep 17 00:00:00 2001 From: magdesign Date: Mon, 20 Nov 2017 12:30:27 +0100 Subject: [PATCH] Updatet Keystrokes to PVJ 3.x --- src/Application/Application.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Application/Application.cpp b/src/Application/Application.cpp index 88aa30b..e38ae8c 100644 --- a/src/Application/Application.cpp +++ b/src/Application/Application.cpp @@ -121,7 +121,7 @@ void Application::onKeyPressed(ofKeyEventArgs & args){ setSourceMode(); break; - case 'i': + case 'c': toggleInfo(); break; @@ -133,7 +133,7 @@ void Application::onKeyPressed(ofKeyEventArgs & args){ undo(); break; - case 'n': + case 'f': setNextPreset(); break;