Skip to content

Commit 72f2dad

Browse files
Make pasteandmatchstyle accelerator OS specific (electron#24182)
Co-authored-by: Elena Topaka <el1topa@gmail.com>
1 parent 64cdfda commit 72f2dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/browser/api/menu-item-roles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const roles = {
7171
},
7272
pasteandmatchstyle: {
7373
label: 'Paste and Match Style',
74-
accelerator: 'Shift+CommandOrControl+V',
74+
accelerator: isMac ? 'Cmd+Option+Shift+V' : 'Shift+CommandOrControl+V',
7575
webContentsMethod: 'pasteAndMatchStyle',
7676
registerAccelerator: false
7777
},

0 commit comments

Comments
 (0)