summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mainwin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwin.cc b/mainwin.cc
index 7bab55c..dfd7166 100644
--- a/mainwin.cc
+++ b/mainwin.cc
@@ -130,7 +130,7 @@ MainWindow::MainWindow(const char *filename)
connect(this->fileActionReload, SIGNAL(triggered()), this, SLOT(actionReload()));
#ifndef __APPLE__
this->fileActionSave->setShortcut(QKeySequence(Qt::Key_F2));
- this->fileActionReload->setShortcut(QKeySequence(Qt::Key_F4));
+ this->fileActionReload->setShortcut(QKeySequence(Qt::Key_F3));
#endif
// Edit menu
contact: Jan Huwald // Impressum