Class KeyboardShortcut
Represents the Keyboard Shortcut for the workspace.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class KeyboardShortcut : Artifact
Properties
| Improve this Doc View SourceAction
Gets or sets string representing action taken when a keyboard shortcut is triggered.
Declaration
public string Action { get; set; }
Property Value
Type | Description |
---|---|
System.String |
KeyboardShortcutID
Gets or sets a number used as the identifier for the keyboard shortcut.
Declaration
public int KeyboardShortcutID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
KeysCombination
Gets or sets keys combination that indicates whether additional keys are used as part of the shortcut.
Declaration
public KeysCombination KeysCombination { get; set; }
Property Value
Type | Description |
---|---|
KeysCombination |
Type
Gets or sets type of keyboard shortcut.
Declaration
public KeyboardShortcutType Type { get; set; }
Property Value
Type | Description |
---|---|
KeyboardShortcutType |