Blockbench Reference Docs
    Preparing search index...

    Interface KeybindKeys

    interface KeybindKeys {
        alt?: boolean;
        ctrl?: boolean;
        key: string | number;
        meta?: boolean;
        shift?: boolean;
    }
    Index

    Properties

    alt?: boolean
    ctrl?: boolean
    key: string | number

    Main key, can be a numeric keycode or a lower case character

    meta?: boolean
    shift?: boolean