From 0b05a8f44edc12a7671541317881813114ef6a0c Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 12 Mar 2020 09:50:19 -0400 Subject: [PATCH] disable all global shortcuts --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index ec0d14401c..4842d14ed5 100644 --- a/src/main.ts +++ b/src/main.ts @@ -53,7 +53,6 @@ export class Main { this.messagingService.send('focusSearch'); this.windowMain.win.show(); }); - */ globalShortcut.register('CommandOrControl+Shift+G', async () => { if (this.windowMain.win === null) { @@ -63,6 +62,7 @@ export class Main { this.messagingService.send('openPasswordGenerator'); this.windowMain.win.show(); }); + */ }); if (appDataPath != null) {