@nodegui/nodegui
Version:
A cross-platform library to build native desktop apps.
11 lines (10 loc) • 593 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ShortcutContext = void 0;
var ShortcutContext;
(function (ShortcutContext) {
ShortcutContext[ShortcutContext["WidgetShortcut"] = 0] = "WidgetShortcut";
ShortcutContext[ShortcutContext["WidgetWithChildrenShortcut"] = 3] = "WidgetWithChildrenShortcut";
ShortcutContext[ShortcutContext["WindowShortcut"] = 1] = "WindowShortcut";
ShortcutContext[ShortcutContext["ApplicationShortcut"] = 2] = "ApplicationShortcut";
})(ShortcutContext = exports.ShortcutContext || (exports.ShortcutContext = {}));