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"), }