* Enhancement: add feature #1765 Double click replace Ctrl+C. When Double Clicked, Copy the Screen to Clipboard. * Enhancement: add feature #1765 Double click replace Ctrl+C. When Double Clicked, Copy the Screen to Clipboard.
This commit is contained in:
@@ -14,6 +14,10 @@ const QVector<QStringList>& ConfigShortcuts::captureShortcutsDefault(
|
||||
QString shortcutName = QVariant::fromValue(t).toString();
|
||||
if (shortcutName != "TYPE_IMAGEUPLOADER") {
|
||||
addShortcut(shortcutName, b->tool()->description());
|
||||
if (shortcutName == "TYPE_COPY")
|
||||
m_shortcuts << (QStringList()
|
||||
<< "" << b->tool()->description()
|
||||
<< "Left Double-click");
|
||||
}
|
||||
delete b;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user