Merge pull request #836 from rynkevich/feature/paste-and-match-style
Add "Paste and Match Style" feature for macOS
This commit is contained in:
commit
e8a7b0e562
1 changed files with 4 additions and 0 deletions
|
@ -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:'
|
||||
}]
|
||||
}]
|
||||
|
||||
|
|
Loading…
Reference in a new issue