magdesign
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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; |
|
|
|
|
|
|
|