зеркало из https://github.com/electron/electron.git
fix: use correct 'pasteandmatchstyle' shortcut on macOS (#24153)
This commit is contained in:
Родитель
a54fcde3f4
Коммит
4e66f1b2c6
|
@ -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
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче