瀏覽代碼

Update shortcuts.md (#1001)

* Update shortcuts.md

* lint:fix
Faustino Kialungila 5 年之前
父節點
當前提交
f889f6da91
共有 1 個文件被更改,包括 13 次插入12 次删除
  1. 13 12
      docs/shortcuts.md

+ 13 - 12
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