mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
CMD + D to Duplicate Selection (#982)
* cmd+d to duplicate selection * use duplicateElement instead * use duplicateElement instead * Update actionDuplicateSelection.ts * select the new duplicated element * add locale * use event.key instead of event.code Co-authored-by: David Luzar <luzar.david@gmail.com>
This commit is contained in:
parent
6966a7a008
commit
ae9b64a623
3 changed files with 32 additions and 1 deletions
|
@ -43,7 +43,8 @@
|
|||
"drawingCanvas": "Drawing Canvas",
|
||||
"layers": "Layers",
|
||||
"language": "Language",
|
||||
"createRoom": "Share a live-collaboration session"
|
||||
"createRoom": "Share a live-collaboration session",
|
||||
"duplicateSelection": "Duplicate selected elements"
|
||||
},
|
||||
"buttons": {
|
||||
"clearReset": "Reset the canvas",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue