Enumeration MacOSModifiers

Enumeration Members

Alt: "option"
AltLeft: "option"
AltRight: "option"
Command: "command"

The Command (alias cmd, ⌘) key.

CommandLeft: "command"
CommandRight: "command"
Control: "control"

The Control (alias ctrl, ⌃) key.

ControlLeft: "control"
ControlRight: "control"
Meta: "command"
Option: "option"

The Option (alias alt, ⌥) key.

OptionLeft: "option"
OptionRight: "option"
Shift: "shift"

The Shift (alias ⇧) key.

ShiftLeft: "shift"
ShiftRight: "shift"