ModifierKeys Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Specifies the set of modifier keys. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  ArtOfTest.WebAii.Javascript
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

[FlagsAttribute]
public enum ModifierKeys
Members

  Member nameValueDescription
None0 No modifier keys were pressed
Alt1 An Alt key was pressed
Control2 The Ctrl key was pressed
Shift4 A shift key was pressed
Meta8 The meta key was pressed
LeftAlt16 The left alt key was pressed
LeftControl32 The left ctrl key was pressed
LeftShift64 The left shift key was pressed
LeftMeta128 The left meta key was pressed
Min0
Max255
See Also

Reference