|
|
@ -38,7 +38,7 @@ export type ShortcutName =
|
|
|
|
| "imageExport";
|
|
|
|
| "imageExport";
|
|
|
|
|
|
|
|
|
|
|
|
const shortcutMap: Record<ShortcutName, string[]> = {
|
|
|
|
const shortcutMap: Record<ShortcutName, string[]> = {
|
|
|
|
toggleTheme: [getShortcutKey("Shit+Alt+D")],
|
|
|
|
toggleTheme: [getShortcutKey("Shift+Alt+D")],
|
|
|
|
saveScene: [getShortcutKey("CtrlOrCmd+S")],
|
|
|
|
saveScene: [getShortcutKey("CtrlOrCmd+S")],
|
|
|
|
loadScene: [getShortcutKey("CtrlOrCmd+O")],
|
|
|
|
loadScene: [getShortcutKey("CtrlOrCmd+O")],
|
|
|
|
imageExport: [getShortcutKey("CtrlOrCmd+Shift+E")],
|
|
|
|
imageExport: [getShortcutKey("CtrlOrCmd+Shift+E")],
|
|
|
|