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

KeyboardShortcut

public class KeyboardShortcut
Represents information about a keyboard shortcut.
public string Action { get; set; }

Gets or sets the action that results from using the keyboard shortcut.

public string Category { get; set; }

Gets or sets the shortcut type.

public string Shortcut { get; set; }

Gets or sets the key combination used to execute the shortcut during document review.

public string ViewerMode { get; set; }

Gets or sets the viewer mode for which each shortcut is available.