<PackageReference Include="Relativity.API" Version="17.0.4" />

IKeyboardShortcut

public interface IKeyboardShortcut
Represents a keyboard shortcut.
bool Alt { get; set; }

Indicates if the alt key is included in the shortcut.

bool Ctrl { get; set; }

Indicates if the ctrl key is included in the shortcut.

int ID { get; set; }

The ID of the shortcut.

int Key { get; set; }

Specifies the key used in the shortcut.

bool Shift { get; set; }

Indicates if the shift key is included in the shortcut.