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