Skip to content

Commit

Permalink
Make pasteandmatchstyle accelerator OS specific (#24185)
Browse files Browse the repository at this point in the history
Co-authored-by: Elena Topaka <el1topa@gmail.com>
  • Loading branch information
trop[bot] and str4nge-4ttr4ctor committed Jun 18, 2020
1 parent f11aad0 commit f6d3c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/browser/api/menu-item-roles.js
Expand Up @@ -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
},
Expand Down

0 comments on commit f6d3c56

Please sign in to comment.