disable all global shortcuts
This commit is contained in:
parent
e8c03e30ba
commit
0b05a8f44e
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue