mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Added ALT+A to "add to own model set" (similar to ALT+S for stash)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
65bc1c00fb
commit
8427aa829d
@@ -22,6 +22,12 @@ namespace BlackGui
|
||||
return k;
|
||||
}
|
||||
|
||||
const QKeySequence &CShortcut::keyAddToModelSet()
|
||||
{
|
||||
static const QKeySequence k(Qt::ALT + Qt::Key_A);
|
||||
return k;
|
||||
}
|
||||
|
||||
const QKeySequence &CShortcut::keyClearSelection()
|
||||
{
|
||||
static const QKeySequence k(Qt::CTRL + Qt::Key_Space);
|
||||
|
||||
Reference in New Issue
Block a user