mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
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.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) {
|
||||
|
Loading…
Reference in New Issue
Block a user