We have to be able to assign the command shortcut key...
This commit is contained in:
parent
983f5b1cf5
commit
ade48ccffe
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user