From 44357696ed7f7f6b471f87e5f1a353c07e612247 Mon Sep 17 00:00:00 2001 From: kintel Date: Sat, 12 Dec 2009 21:05:07 +0000 Subject: Old-school reload shortcut should be F3 git-svn-id: http://svn.clifford.at/openscad/trunk@163 b57f626f-c46c-0410-a088-ec61d464b74c 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 -- cgit v0.10.1