diff --git a/example-custom-shortcuts/src/ofApp.cpp b/example-custom-shortcuts/src/ofApp.cpp index 951748a..6d4e4be 100644 --- a/example-custom-shortcuts/src/ofApp.cpp +++ b/example-custom-shortcuts/src/ofApp.cpp @@ -44,6 +44,8 @@ void ofApp::keyPressed(int key){ mapper.selectNextSurface(); }else if(key == 'j'){ mapper.selectPrevSurface(); + }else if(key == 'v'){ + mapper.setNextSource(); }else if(key == 'd'){ mapper.duplicateSurface(); }else if(key == 'l'){