PopClip JavaScript API Reference
    Preparing search index...

    Interface Modifiers

    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.

    interface Modifiers {
        command: boolean;
        control: boolean;
        option: boolean;
        shift: boolean;
    }
    Index
    command: boolean

    Command (⌘) key state.

    control: boolean

    Control (⌃) key state.

    option: boolean

    Option (⌥) key state.

    shift: boolean

    Shift (⇧) key state.