fix: use correct 'pasteandmatchstyle' shortcut on macOS (#24153)

This commit is contained in:
Elena Topaka 2020-06-17 23:13:46 +02:00 коммит произвёл GitHub
Родитель a54fcde3f4
Коммит 4e66f1b2c6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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