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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",

View file

@ -3,6 +3,7 @@
"paste": "Lim inn",
"selectAll": "Velg alt",
"copy": "Kopier",
"copyAsPng": "Kopier til PNG",
"bringForward": "Flytt framover",
"sendToBack": "Flytt bakover",
"bringToFront": "Flytt forrest",