@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
12 lines (11 loc) • 465 B
JavaScript
//#region src/i18n/resources/en/hotkey.ts
var hotkey_default = {
"hotkey.clear": "Clear binding",
"hotkey.conflict": "This shortcut conflicts with an existing one.",
"hotkey.invalidCombination": "Shortcut must include a modifier key (Ctrl, Alt, Shift) and only one regular key.",
"hotkey.placeholder": "Press keys to record shortcut",
"hotkey.reset": "Reset to default"
};
//#endregion
export { hotkey_default as default };
//# sourceMappingURL=hotkey.mjs.map