Open batch result file with OS default program; See issue #372

This commit is contained in:
Oliver Duis
2010-12-03 19:23:43 +01:00
parent 25759b48d9
commit 411cb1470c
7 changed files with 52 additions and 6 deletions

View File

@@ -672,6 +672,10 @@ bool EditorPanel::handleShortcutKey (GdkEventKey* event) {
case GDK_F:
iarea->imageArea->zoomPanel->zoomFitClicked();
return true;
case GDK_F5:
openThm->openBatchResultDefaultViewer();
return true;
}
}
else {