summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2018-04-23 22:13:03 -0700
committerSilarn <jrim@rimpo.org>2018-04-23 22:13:03 -0700
commit18328587b5703f9bcd6b518f741721f75b480f7c (patch)
treee554c2f8fa3db72ec777dba160a30764c0594749 /src/mainwindow.cpp
parent31bf15f3b43e52a9e9090b8e71191c81be084ba6 (diff)
parent001fddb069f35850b02ecac0d11f220461c70706 (diff)
Merge branch 'Develop' of https://github.com/Modorganizer2/modorganizer into Develop
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 6b176868..e737dd38 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -376,8 +376,8 @@ MainWindow::MainWindow(QSettings &initSettings
connect(ui->espList->selectionModel(), SIGNAL(selectionChanged(QItemSelection, QItemSelection)), this, SLOT(esplistSelectionsChanged(QItemSelection)));
connect(ui->modList->selectionModel(), SIGNAL(selectionChanged(QItemSelection, QItemSelection)), this, SLOT(modlistSelectionsChanged(QItemSelection)));
- new QShortcut(QKeySequence(Qt::Key_Enter), this, SLOT(openExplorer_activated()));
- new QShortcut(QKeySequence(Qt::Key_Return), this, SLOT(openExplorer_activated()));
+ new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_Enter), this, SLOT(openExplorer_activated()));
+ new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_Return), this, SLOT(openExplorer_activated()));
new QShortcut(QKeySequence::Refresh, this, SLOT(refreshProfile_activated()));