From c2ff1e271900f0e3d8f96d8f2b0a3dba8d7e6a90 Mon Sep 17 00:00:00 2001 From: James Kerr Date: Fri, 19 Jan 2024 15:17:01 -0800 Subject: [PATCH] Shortcut for Export --- apps/zui/src/electron/windows/search/app-menu.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/zui/src/electron/windows/search/app-menu.ts b/apps/zui/src/electron/windows/search/app-menu.ts index 22a1661b00..71c8413c3a 100644 --- a/apps/zui/src/electron/windows/search/app-menu.ts +++ b/apps/zui/src/electron/windows/search/app-menu.ts @@ -70,6 +70,7 @@ export function compileTemplate( const exportResults: MenuItemConstructorOptions = { label: "Export Results As...", + accelerator: "CmdOrCtrl+Shift+E", click: () => window.send("showExportResults"), }