CCKit2
    Preparing search index...

    Type Alias CCKeyCombo

    Defines a key combination with modifiers.

    type CCKeyCombo = {
        alt: boolean;
        ctrl: boolean;
        key: CCKey;
        shift: boolean;
    }
    Index

    Properties

    Properties

    alt: boolean
    ctrl: boolean
    key: CCKey
    shift: boolean