From f6d3c565fed2d0c77f0fd5781695ed9a951ee21d Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 21:43:56 -0700 Subject: [PATCH] Make pasteandmatchstyle accelerator OS specific (#24185) Co-authored-by: Elena Topaka --- lib/browser/api/menu-item-roles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },