EventModifiers

enumeration

Description

Types of modifier key that can be active during an event.

Note that there can be multiple modifiers active at once.

Additional resources: Event, GUI Scripting Guide.

Properties

NoneNo modifier key pressed during a keystroke event.
ShiftIs Shift held down?
ControlIs Control key held down?
AltIs Alt/Option key held down?
CommandIs Command/Windows key held down?
NumericIs the current keypress on the numeric keyboard?
CapsLockIs Caps Lock on?
FunctionKeyDetermines whether the current key press is a function key.

Did you find this page useful? Please give it a rating: