diff --git a/main/menu.js b/main/menu.js index d514ca9b..d1dada05 100644 --- a/main/menu.js +++ b/main/menu.js @@ -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 }, {