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

Relativity.Services.Interfaces.Shared.Models.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.