diff --git a/main/menu.js b/main/menu.js index 64cd4c82..75a8e5ef 100644 --- a/main/menu.js +++ b/main/menu.js @@ -271,7 +271,9 @@ function getAppMenuTemplate () { }, { label: 'Show WebTorrent Process', - accelerator: 'CmdOrCtrl+Alt+P', + accelerator: process.platform === 'darwin' + ? 'Alt+Command+P' + : 'Ctrl+Shift+P', click: showWebTorrentWindow }, {