Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the state of the four modifier keys. The value is true when the key is held down at the time the action is invoked. See PopClip.modifiers.

Hierarchy

  • Modifiers

Index

Properties

command: boolean

Command (⌘) key state.

control: boolean

Control (⌃) key state.

option: boolean

Option (⌥) key state.

shift: boolean

Shift (⇧) key state.

Generated using TypeDoc