defines a group of shortcuts

interface ShortcutGroup {
    enabled: boolean;
    items: Shortcut[];
    name: string;
}

Properties

Properties

enabled: boolean
items: Shortcut[]
name: string