diff --git a/lib/browser/api/menu-item-roles.js b/lib/browser/api/menu-item-roles.js index 1d8b742ce64d0..eca904e0537ae 100644 --- a/lib/browser/api/menu-item-roles.js +++ b/lib/browser/api/menu-item-roles.js @@ -71,7 +71,7 @@ const roles = { }, pasteandmatchstyle: { label: 'Paste and Match Style', - accelerator: 'Shift+CommandOrControl+V', + accelerator: isMac ? 'Cmd+Option+Shift+V' : 'Shift+CommandOrControl+V', webContentsMethod: 'pasteAndMatchStyle', registerAccelerator: false },