Browse Source

Updatet Keystrokes to PVJ 3.x

master
magdesign 8 years ago
committed by GitHub
parent
commit
75b8c7f412
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/Application/Application.cpp

4
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;

Loading…
Cancel
Save