Added ALT+A to "add to own model set" (similar to ALT+S for stash)

This commit is contained in:
Klaus Basan
2017-09-19 09:00:17 +02:00
committed by Mathew Sutcliffe
parent 65bc1c00fb
commit 8427aa829d
3 changed files with 13 additions and 2 deletions

View File

@@ -32,6 +32,9 @@ namespace BlackGui
//! For stashing models
static const QKeySequence &keyStash();
//! Add to model set
static const QKeySequence &keyAddToModelSet();
//! For deselecting all
static const QKeySequence &keyClearSelection();