No description

Definition

enum ModifierKey {
  ALT
  CONTROL
  CONTROL_OR_META
  META
  SHIFT
}

Values

ALT

CONTROL

CONTROL_OR_META

META

SHIFT