disable all global shortcuts

This commit is contained in:
Kyle Spearrin 2020-03-12 09:50:19 -04:00
parent e8c03e30ba
commit 0b05a8f44e
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,6 @@ export class Main {
this.messagingService.send('focusSearch'); this.messagingService.send('focusSearch');
this.windowMain.win.show(); this.windowMain.win.show();
}); });
*/
globalShortcut.register('CommandOrControl+Shift+G', async () => { globalShortcut.register('CommandOrControl+Shift+G', async () => {
if (this.windowMain.win === null) { if (this.windowMain.win === null) {
@ -63,6 +62,7 @@ export class Main {
this.messagingService.send('openPasswordGenerator'); this.messagingService.send('openPasswordGenerator');
this.windowMain.win.show(); this.windowMain.win.show();
}); });
*/
}); });
if (appDataPath != null) { if (appDataPath != null) {