修改
This commit is contained in:
@@ -24,6 +24,8 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
public bool MetaKey { get; set; }
|
||||
|
||||
public string KeyboardShow { get; set; }
|
||||
|
||||
public string Code { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
public class RestoreDefaultShortcutKeyInDto
|
||||
@@ -53,6 +55,7 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
public bool ShiftKey { get; set; }
|
||||
|
||||
public bool MetaKey { get; set; }
|
||||
public string Code { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user