Fix #404: Add 'Paste and Match Style' to Edit Menu (#447)

This commit is contained in:
Sayed Hadi Hashemi 2017-10-03 10:51:34 -05:00 committed by Ronan Jouchet
parent 952290899e
commit 84dcde9d5b
1 changed files with 5 additions and 0 deletions

View File

@ -71,6 +71,11 @@ function createMenu({ nativefierVersion,
accelerator: 'CmdOrCtrl+V',
role: 'paste',
},
{
label: 'Paste and Match Style',
accelerator: 'CmdOrCtrl+Shift+V',
role: 'pasteandmatchstyle',
},
{
label: 'Select All',
accelerator: 'CmdOrCtrl+A',