Skip to content
Snippets Groups Projects
Unverified Commit e8a7b0e5 authored by ashrafteleb's avatar ashrafteleb Committed by GitHub
Browse files

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

Add "Paste and Match Style" feature for macOS
parents 96193943 d282f84b
No related branches found
No related tags found
No related merge requests found
......@@ -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:'
}]
}]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment