<PackageReference Include="Relativity.Server.Review.SDK" Version="5001.0.1" />

Relativity.Review.V1.KeyboardShortcuts.Models.KeyCombination

public class KeyCombination
public bool Alt { get; set; }

public bool Ctrl { get; set; }

public int Key { get; set; }

public bool Shift { get; set; }

public KeyCombination(bool shift, bool ctrl, bool alt, int key)