We have to be able to assign the command shortcut key...

This commit is contained in:
Michael Becker 2014-07-18 09:00:07 -04:00
parent 983f5b1cf5
commit ade48ccffe

View File

@ -45,7 +45,7 @@ namespace UniversalEditor.UserInterface
public string DefaultCommandID { get { return mvarDefaultCommandID; } set { mvarDefaultCommandID = value; } }
private CommandShortcutKey mvarShortcutKey = new CommandShortcutKey();
public CommandShortcutKey ShortcutKey { get { return mvarShortcutKey; } }
public CommandShortcutKey ShortcutKey { get { return mvarShortcutKey; } set { mvarShortcutKey = value; } }
private StockCommandType mvarStockCommandType = StockCommandType.None;
/// <summary>