docs: add multiple selection docs (#1875)
This commit is contained in:
parent
93137c0bb2
commit
84abda82d5
@ -259,6 +259,12 @@ export const ShortcutsDialog = ({ onClose }: { onClose?: () => void }) => {
|
|||||||
label={t("labels.selectAll")}
|
label={t("labels.selectAll")}
|
||||||
shortcuts={[getShortcutKey("CtrlOrCmd+A")]}
|
shortcuts={[getShortcutKey("CtrlOrCmd+A")]}
|
||||||
/>
|
/>
|
||||||
|
<Shortcut
|
||||||
|
label={t("labels.multiSelect")}
|
||||||
|
shortcuts={[
|
||||||
|
getShortcutKey(`Shift+${t("shortcutsDialog.click")}`),
|
||||||
|
]}
|
||||||
|
/>
|
||||||
<Shortcut
|
<Shortcut
|
||||||
label={t("labels.moveCanvas")}
|
label={t("labels.moveCanvas")}
|
||||||
shortcuts={[
|
shortcuts={[
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"labels": {
|
"labels": {
|
||||||
"paste": "Paste",
|
"paste": "Paste",
|
||||||
"selectAll": "Select all",
|
"selectAll": "Select all",
|
||||||
|
"multiSelect": "Add element to selection",
|
||||||
"moveCanvas": "Move canvas",
|
"moveCanvas": "Move canvas",
|
||||||
"copy": "Copy",
|
"copy": "Copy",
|
||||||
"copyAsPng": "Copy to clipboard as PNG",
|
"copyAsPng": "Copy to clipboard as PNG",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user