change private session to ctrl+p, plugin-menu to ctrl+shift+p
This commit is contained in:
parent
f35b823d71
commit
ddfa1f9d59
1 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ export default class Thumbar {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Plug-in Menu',
|
label: 'Plug-in Menu',
|
||||||
accelerator: 'CommandOrControl+Shift+P',
|
accelerator: 'CommandOrControl+P',
|
||||||
click: () => this._win.webContents.executeJavaScript(`app.modals.pluginMenu = true`)
|
click: () => this._win.webContents.executeJavaScript(`app.modals.pluginMenu = true`)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -215,7 +215,7 @@ export default class Thumbar {
|
||||||
{type: 'separator'},
|
{type: 'separator'},
|
||||||
{
|
{
|
||||||
label: 'Toggle Developer Tools',
|
label: 'Toggle Developer Tools',
|
||||||
accelerator: 'Option+CommandOrControl+I',
|
accelerator: 'Option+CommandOrControl+Shift+P',
|
||||||
click: () => this._win.webContents.openDevTools()
|
click: () => this._win.webContents.openDevTools()
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue