KeyboardShortcut Class

Relativity Services API
Represents a Keyboard Short. Keyboard shortcuts allow you to edit and navigate in the Core Reviewer Interface. Using keyboard shortcuts, you can change viewer modes, populate choices, save edits, cancel edits, and move between and within documents.
Inheritance Hierarchy

System.Object
  kCura.Relativity.Client.KeyboardShortcut

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class KeyboardShortcut

The KeyboardShortcut type exposes the following members.

Constructors

  NameDescription
Public methodKeyboardShortcut()
Initializes a new instance of the KeyboardShortcut class.
Public methodKeyboardShortcut(Boolean, Boolean, Boolean, KeyboardShortcut.KeyboardShortcutKey)
Initializes a new instance of the KeyboardShortcut class.
Top
Properties

  NameDescription
Public propertyAlt
Gets or sets a value indicating whether [alt].
Public propertyCtrl
Gets or sets a value indicating whether [control].
Public propertyKey
Gets or sets the key.
Public propertyShift
Gets or sets a value indicating whether [shift].
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the value of this Keyboard Shortcut.
(Overrides Object.ToString().)
Top
See Also

Reference