Specifies whether the Shift key
is held down during a particular event.
JavaScript SyntaxReference_Syntax.shift = false | true;
- or -
Reference_Syntax.shift = 0 | 1;
FormCalc ReferenceReference_Syntax.shift = 0 | 1
Values
Type
|
Values
|
Boolean
|
true | 1 (default)
false | 0
The Shift
key is pressed during event execution.
The
Shift key is not pressed during event execution.
|
JavaScriptxfa.event.shift;
|
|
|