This commit is contained in:
fourtf
2020-09-26 01:19:47 +02:00
parent b905e0afd1
commit 828fb2c3f5
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ ChannelView::ChannelView(BaseWidget *parent)
this->updatePauses();
});
auto shortcut = new QShortcut(QKeySequence("Ctrl+C"), this);
auto shortcut = new QShortcut(QKeySequence::StandardKey::Copy, this);
QObject::connect(shortcut, &QShortcut::activated,
[this] { crossPlatformCopy(this->getSelectedText()); });