From f889f6da91f29c50afc55ab65ae9b29b8fd99940 Mon Sep 17 00:00:00 2001 From: Faustino Kialungila Date: Wed, 18 Mar 2020 14:50:46 +0100 Subject: [PATCH] Update shortcuts.md (#1001) * Update shortcuts.md * lint:fix --- docs/shortcuts.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/docs/shortcuts.md b/docs/shortcuts.md index 4e7647a0..aaa934fa 100644 --- a/docs/shortcuts.md +++ b/docs/shortcuts.md @@ -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