Identifies special Keys.
Namespace: MindFusion.Scheduling
Assembly: Enum.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
Members| Member name | Description | |
|---|---|---|
![]() |
Alt |
Indicates the ALT modifier key. |
![]() |
Control |
Indicates the CTRL modifier key. |
![]() |
None |
No key pressed. |
![]() |
Shift |
Indicates the SHIFT modifier key. |
See Also