Blockbench Reference Docs
    Preparing search index...

    Variable PressingConst

    Pressing: {
        alt: boolean;
        ctrl: boolean;
        overrides: { alt: boolean; ctrl: boolean; shift: boolean };
        shift: boolean;
    }

    Type Declaration

    • alt: boolean
    • ctrl: boolean
    • overrides: { alt: boolean; ctrl: boolean; shift: boolean }
    • shift: boolean