diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-12 21:05:07 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-12 21:05:07 (GMT) |
commit | 44357696ed7f7f6b471f87e5f1a353c07e612247 (patch) | |
tree | d21f5173f465a2ae3d96c8ff0bcb94700058f8bc | |
parent | 4889f4c5bcc53c5d2055e1342329dfaa5c8e73ba (diff) |
Old-school reload shortcut should be F3
git-svn-id: http://svn.clifford.at/openscad/trunk@163 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | mainwin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |