diff options
| author | Elvis Angelaccio <[email protected]> | 2021-01-16 19:28:59 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2021-01-16 19:28:59 +0100 |
| commit | de8ea90ca78ccfb26dd501dc3bc089fb24ad9094 (patch) | |
| tree | f56c179f113b0012d40bd6c69a8b9627500f1519 /src | |
| parent | 3b4dae3556d9d470d68fe9836d4f68188fa20bcb (diff) | |
| parent | a6d095fa0450237f89e240da99877f6c79b46ecc (diff) | |
Merge branch 'release/20.12'
Diffstat (limited to 'src')
| -rw-r--r-- | src/views/dolphinviewactionhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinviewactionhandler.cpp b/src/views/dolphinviewactionhandler.cpp index 99148efe9..14c1e96c2 100644 --- a/src/views/dolphinviewactionhandler.cpp +++ b/src/views/dolphinviewactionhandler.cpp @@ -150,7 +150,7 @@ void DolphinViewActionHandler::createActions() )); copyPathAction->setIcon(QIcon::fromTheme(QStringLiteral("edit-copy"))); - m_actionCollection->setDefaultShortcuts(copyPathAction, {Qt::CTRL | Qt::SHIFT | Qt::Key_C}); + m_actionCollection->setDefaultShortcuts(copyPathAction, {Qt::CTRL | Qt::ALT | Qt::Key_C}); connect(copyPathAction, &QAction::triggered, this, &DolphinViewActionHandler::slotCopyPath); |
