┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2021-01-16 19:28:59 +0100
committerElvis Angelaccio <[email protected]>2021-01-16 19:28:59 +0100
commitde8ea90ca78ccfb26dd501dc3bc089fb24ad9094 (patch)
treef56c179f113b0012d40bd6c69a8b9627500f1519
parent3b4dae3556d9d470d68fe9836d4f68188fa20bcb (diff)
parenta6d095fa0450237f89e240da99877f6c79b46ecc (diff)
Merge branch 'release/20.12'
-rw-r--r--src/views/dolphinviewactionhandler.cpp2
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);