mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 21:05:34 +08:00
Use shortcut function for CTRL A
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user