Make pasteandmatchstyle accelerator OS specific (#24185)

Co-authored-by: Elena Topaka <el1topa@gmail.com>
This commit is contained in:
trop[bot]
2020-06-17 21:43:56 -07:00
committed by GitHub
parent f11aad0784
commit f6d3c565fe

View File

@@ -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
},