This commit is contained in:
he
2023-02-13 16:17:09 +08:00
parent 855f4980d5
commit 4133953b93
3 changed files with 53 additions and 24 deletions
@@ -39,8 +39,16 @@ namespace IRaCIS.Core.Domain.Models
/// CreateUserId
/// </summary>
public Guid CreateUserId { get; set; }
}
public bool AltKey { get; set; }
public bool CtrlKey { get; set; }
public bool ShiftKey { get; set; }
public bool MetaKey { get; set; }
}
}