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

Relativity.Services.KeyboardShortcuts.Models.KeyboardShortcutInformation

Represents keyboard shortcut information
public string Action { get; set; }

Action type of shortcut

public int? ArtifactID { get; set; }

ID of associated Field or Choice

public int KeyboardShortcutID { get; set; }

ID of keyboard shortcut

public KeyCombination KeyCombination { get; set; }

Representation of keyboard shortcut keys combination

public string Type { get; set; }

Type of keyboard shortcut: System, Choice or Field