Update shortcuts.md (#1001)

* Update shortcuts.md

* lint:fix
This commit is contained in:
Faustino Kialungila 2020-03-18 14:50:46 +01:00 committed by GitHub
parent 793e0e4aa0
commit f889f6da91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,18 +22,19 @@
### Editor
| 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 + ]` |
| 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 + ]` |
| Duplicate selected element(s) | ⌘D | `Ctrl + D` |
### View