Browse Source

Add ext as shortcut for exit

master
Krisjanis Rijnieks 8 years ago
parent
commit
7ed140efe1
  1. 2
      src/Application/Application.cpp

2
src/Application/Application.cpp

@ -88,6 +88,8 @@ void Application::onKeyPressed(ofKeyEventArgs & args){
}else if(_keySequence == "sdn"){
shutdown();
return;
}else if(_keySequence == "ext"){
exit(0);
}
}

Loading…
Cancel
Save