Loom Engine - v3.1.1
    Preparing search index...

    Interface HotKeyProfile

    interface HotKeyProfile {
        id: string;
        name: string;
        bindings: KeyBinding[];
        inherits?: string;
    }
    Index

    Properties

    id: string
    name: string
    bindings: KeyBinding[]
    inherits?: string