mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 22:55:41 +08:00
Use shortcut function for CTRL A
This commit is contained in:
committed by
Mat Sutcliffe
parent
e32282ba18
commit
4eb10a4de8
@@ -385,7 +385,7 @@ namespace BlackGui
|
|||||||
const SelectionMode sm = this->selectionMode();
|
const SelectionMode sm = this->selectionMode();
|
||||||
if (sm == MultiSelection || sm == ExtendedSelection)
|
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)
|
if (sm != NoSelection)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user