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

@ -22,17 +22,18 @@
### Editor
| Function | Mac | Other |
| -------------- | :--: | :----------------: |
| Copy | ⌘C | `Ctrl + C` |
| Paste | ⌘V | `Ctrl + V` |
| Copy styles | ⇧⌘V | `Ctrl + Shift + V` |
| Paste styles | ⇧⌘C | `Ctrl + Shift + C` |
| Delete | ⌫ | `Del` |
| Send to back | ⌥⌘\[ | `Ctrl + Shift + [` |
| Bring to front | ⌥⌘\] | `Ctrl + Shift + ]` |
| Send backwards | ⌘\[ | `Ctrl + [` |
| Bring forward | ⌘\] | `Ctrl + ]` |
| Function | Mac | Other |
| ------------------------ | :--: | :----------------: |
| Copy | ⌘C | `Ctrl + C` |
| Paste | ⌘V | `Ctrl + V` |
| Copy to clipboard as PNG | ⇧⌥C | `Alt + Shift + C` |
| Copy styles | ⇧⌘V | `Ctrl + Shift + V` |
| Paste styles | ⇧⌘C | `Ctrl + Shift + C` |
| Delete | ⌫ | `Del` |
| Send to back | ⌥⌘\[ | `Ctrl + Shift + [` |
| Bring to front | ⌥⌘\] | `Ctrl + Shift + ]` |
| Send backwards | ⌘\[ | `Ctrl + [` |
| Bring forward | ⌘\] | `Ctrl + ]` |
### View