change private session to ctrl+p, plugin-menu to ctrl+shift+p

This commit is contained in:
yazninja 2022-04-22 09:09:58 +08:00
parent f35b823d71
commit ddfa1f9d59

View file

@ -121,7 +121,7 @@ export default class Thumbar {
},
{
label: 'Plug-in Menu',
accelerator: 'CommandOrControl+Shift+P',
accelerator: 'CommandOrControl+P',
click: () => this._win.webContents.executeJavaScript(`app.modals.pluginMenu = true`)
}
@ -215,7 +215,7 @@ export default class Thumbar {
{type: 'separator'},
{
label: 'Toggle Developer Tools',
accelerator: 'Option+CommandOrControl+I',
accelerator: 'Option+CommandOrControl+Shift+P',
click: () => this._win.webContents.openDevTools()
},
{