IKeyboardShortcutsManager
Manage keyboard shortcuts for the Review interface.
Task<IList<KeyboardShortcutInformation>> ReadAsync(int workspaceID, bool includeSystemShortcuts = true, bool includeChoiceShortcuts = true, bool includeFieldShortcuts = true)
Retrieves all keyboard shortcuts for a given workspace. Also includes optional filters for system, choice, and field shortcuts.
Examples: [versioned-route]/workspaces/1234567/keyboard-shortcuts returns all keyboard shortcuts for a workspace. [versioned-route]/workspaces/1234567/keyboard-shortcuts?includeFieldShortcuts=false=false returns keyboard shortcuts that aren't field shortcuts (i.e. only choice and system shortcuts).