Search
Keys Enumeration
See Also
 






Identifies special Keys.

Namespace: MindFusion.Scheduling
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
Keys = {}

 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