Merge pull request #836 from rynkevich/feature/paste-and-match-style

Add "Paste and Match Style" feature for macOS
This commit is contained in:
ashrafteleb 2020-04-28 13:26:50 -04:00 committed by GitHub
commit e8a7b0e562
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -653,6 +653,10 @@ app.on('ready', e =>
label: 'Paste',
accelerator: 'CmdOrCtrl+V',
selector: 'paste:'
}, {
label: 'Paste and Match Style',
accelerator: 'CmdOrCtrl+Alt+Shift+V',
selector: 'pasteAndMatchStyle:'
}]
}]