diff --git a/src/main.ts b/src/main.ts index aff61bc0..e41ed900 100644 --- a/src/main.ts +++ b/src/main.ts @@ -48,25 +48,7 @@ export class Main { } app.on('ready', () => { - /* - globalShortcut.register('CommandOrControl+Shift+L', async () => { - if (this.windowMain.win === null) { - await this.windowMain.createWindow(); - } - - this.messagingService.send('focusSearch'); - this.windowMain.win.show(); - }); - - globalShortcut.register('CommandOrControl+Shift+G', async () => { - if (this.windowMain.win === null) { - await this.windowMain.createWindow(); - } - - this.messagingService.send('openPasswordGenerator'); - this.windowMain.win.show(); - }); - */ + // on ready stuff... }); if (appDataPath != null) {