Use shortcut function for CTRL A

This commit is contained in:
Klaus Basan
2019-05-22 23:51:26 +02:00
parent 9f7c685d76
commit 321173cd93

View File

@@ -385,7 +385,7 @@ namespace BlackGui
const SelectionMode sm = this->selectionMode();
if (sm == MultiSelection || sm == ExtendedSelection)
{
menuActions.addAction("Select all", CMenuAction::pathViewSelection(), nullptr, { this, &CViewBaseNonTemplate::selectAll }, Qt::CTRL + Qt::Key_A);
menuActions.addAction("Select all", CMenuAction::pathViewSelection(), nullptr, { this, &CViewBaseNonTemplate::selectAll }, CShortcut::keySelectAll());
}
if (sm != NoSelection)
{