Should a KeyValue even have a None?

This commit is contained in:
Michael Becker 2014-07-18 08:59:32 -04:00
parent 8864e69716
commit 983f5b1cf5

View File

@ -17,6 +17,7 @@ namespace UniversalEditor.UserInterface
}
public enum CommandShortcutKeyValue
{
None = 0,
TopRow0,
TopRow1,
TopRow2,