Alt drag to shortcuts for duplicate (#1389)
This commit is contained in:
parent
2adae4132b
commit
2b9ae38946
@ -290,7 +290,10 @@ export const ShortcutsDialog = ({ onClose }: { onClose?: () => void }) => {
|
|||||||
/>
|
/>
|
||||||
<Shortcut
|
<Shortcut
|
||||||
label={t("labels.duplicateSelection")}
|
label={t("labels.duplicateSelection")}
|
||||||
shortcuts={[getShortcutKey("CtrlOrCmd+D")]}
|
shortcuts={[
|
||||||
|
getShortcutKey("CtrlOrCmd+D"),
|
||||||
|
getShortcutKey(`Alt+${t("shortcutsDialog.drag")}`),
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
<Shortcut
|
<Shortcut
|
||||||
label={t("buttons.undo")}
|
label={t("buttons.undo")}
|
||||||
|
@ -141,6 +141,7 @@
|
|||||||
"shapes": "Shapes",
|
"shapes": "Shapes",
|
||||||
"or": "or",
|
"or": "or",
|
||||||
"click": "click",
|
"click": "click",
|
||||||
|
"drag": "drag",
|
||||||
"curvedArrow": "Curved arrow",
|
"curvedArrow": "Curved arrow",
|
||||||
"curvedLine": "Curved line",
|
"curvedLine": "Curved line",
|
||||||
"editor": "Editor",
|
"editor": "Editor",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user