Uat_Study
parent
d87aa2620e
commit
fbe94c0f57
|
@ -284,15 +284,15 @@ namespace IRaCIS.Core.Application.Service
|
||||||
},
|
},
|
||||||
new ShortcutKey (){
|
new ShortcutKey (){
|
||||||
|
|
||||||
Keyboardkey= "",
|
Keyboardkey= "m",
|
||||||
ShortcutKeyEnum = 19,
|
ShortcutKeyEnum = 19,
|
||||||
ImageToolType= 0,
|
ImageToolType= 0,
|
||||||
AltKey = false,
|
AltKey = false,
|
||||||
CtrlKey = false,
|
CtrlKey = false,
|
||||||
ShiftKey = false,
|
ShiftKey = false,
|
||||||
MetaKey = false,
|
MetaKey = false,
|
||||||
Text= "",
|
Text= "M",
|
||||||
Code= ""
|
Code= "KeyM"
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue