refs #911, shortcut for cut/copy

* changed unselect
* use CTRL+C for copy
This commit is contained in:
Klaus Basan
2017-03-24 18:25:54 +01:00
committed by Mathew Sutcliffe
parent 08f8916344
commit 864e64e295
3 changed files with 12 additions and 1 deletions

View File

@@ -52,6 +52,9 @@ namespace BlackGui
//! Escape
static const QKeySequence &keyEscape();
//! Copy
static const QKeySequence &keyCopy();
};
} // ns
#endif // guard