<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

KeyboardShortcut

public class KeyboardShortcut : Artifact
Represents the Keyboard Shortcut for the workspace.
public string Action { get; set; }

Gets or sets string representing action taken when a keyboard shortcut is triggered.

public int KeyboardShortcutID { get; set; }

Gets or sets a number used as the identifier for the keyboard shortcut.

public KeysCombination KeysCombination { get; set; }

Gets or sets keys combination that indicates whether additional keys are used as part of the shortcut.

public KeyboardShortcutType Type { get; set; }

Gets or sets type of keyboard shortcut.