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
kCura.Relativity.Client.KeyboardShortcut
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The KeyboardShortcut type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | KeyboardShortcut() |
Initializes a new instance of the KeyboardShortcut class.
|
![]() | KeyboardShortcut(Boolean, Boolean, Boolean, KeyboardShortcut.KeyboardShortcutKey) |
Initializes a new instance of the KeyboardShortcut class.
|
Properties
Name | Description | |
---|---|---|
![]() | Alt |
Gets or sets a value indicating whether [alt].
|
![]() | Ctrl |
Gets or sets a value indicating whether [control].
|
![]() | Key |
Gets or sets the key.
|
![]() | Shift |
Gets or sets a value indicating whether [shift].
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns a String that represents the value of this Keyboard Shortcut.
(Overrides Object.ToString().) |
See Also