Shortcut tweak

This commit is contained in:
Feross Aboukhadijeh
2016-04-06 03:27:43 -07:00
parent 3e079a2fb4
commit 10d9678946

View File

@@ -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
},
{