mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
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:
parent
e19088f214
commit
dbfc8bee57
4 changed files with 46 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue