This commit is contained in:
he
2023-02-14 15:09:05 +08:00
parent 704b1c9390
commit 829dec352a
3 changed files with 6 additions and 7 deletions
@@ -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;
}