Fixes #1767
This commit is contained in:
@@ -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()); });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user