<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

KeyboardShortcutCombination

Represents a keyboard shortcut.
public bool Alt { get; set; }

Gets or sets Alt for the keyboard shortcut.

public bool Ctrl { get; set; }

Gets or sets Ctrl/Command for the keyboard shortcut.

public int Key { get; set; }

Gets or sets Key for the keyboard shortcut.

public bool Shift { get; set; }

Gets or sets Shift for the keyboard shortcut.