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

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