shift

Specifies whether the Shift key is held down during a particular event.

JavaScript Syntax

Reference_Syntax.shift = false | true; 
- or - 
Reference_Syntax.shift = 0 | 1;

FormCalc Reference

Reference_Syntax.shift = 0 | 1

Values

Type

Values

Boolean

  • true | 1 (default)

  • false | 0

The Shift key is pressed during event execution.

  • false | 0

The Shift key is not pressed during event execution.

Applies to

Version

XFA 2.1

Examples

JavaScript

xfa.event.shift;

FormCalc

xfa.event.shift

// Ethnio survey code removed