Shortcut tweak
This commit is contained in:
parent
3e079a2fb4
commit
10d9678946
1 changed files with 3 additions and 1 deletions
|
|
@ -270,7 +270,9 @@ function getAppMenuTemplate () {
|
|||
},
|
||||
{
|
||||
label: 'Show WebTorrent Process',
|
||||
accelerator: 'CmdOrCtrl+Alt+P',
|
||||
accelerator: process.platform === 'darwin'
|
||||
? 'Alt+Command+P'
|
||||
: 'Ctrl+Shift+P',
|
||||
click: showWebTorrentWindow
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue