Add copy to PNG option on context menu (#941)

* Add copy to PNG option on context menu

* lint & refactor & fixes

* add keybinding

* swap keybinding

* fix docs

Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Christian Alfoni
2020-03-14 22:53:18 +01:00
committed by GitHub
parent e19088f214
commit dbfc8bee57
4 changed files with 46 additions and 12 deletions

View File

@ -3,6 +3,7 @@
"paste": "Paste",
"selectAll": "Select All",
"copy": "Copy",
"copyAsPng": "Copy to clipboard as PNG",
"bringForward": "Bring Forward",
"sendToBack": "Send To Back",
"bringToFront": "Bring To Front",