mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
docs: added shape cycling shortcut in helper dialog
This commit is contained in:
parent
228fa6a523
commit
4f8b79998b
1 changed files with 5 additions and 5 deletions
|
@ -143,11 +143,6 @@ export const HelpDialog = ({ onClose }: { onClose?: () => void }) => {
|
||||||
caption={t("helpDialog.tools")}
|
caption={t("helpDialog.tools")}
|
||||||
>
|
>
|
||||||
<Shortcut label={t("toolBar.hand")} shortcuts={[KEYS.H]} />
|
<Shortcut label={t("toolBar.hand")} shortcuts={[KEYS.H]} />
|
||||||
<Shortcut
|
|
||||||
label={t("toolBar.shapeSwitch")}
|
|
||||||
shortcuts={["Tab", "Shift+Tab"]}
|
|
||||||
isOr={true}
|
|
||||||
/>
|
|
||||||
<Shortcut
|
<Shortcut
|
||||||
label={t("toolBar.selection")}
|
label={t("toolBar.selection")}
|
||||||
shortcuts={[KEYS.V, KEYS["1"]]}
|
shortcuts={[KEYS.V, KEYS["1"]]}
|
||||||
|
@ -252,6 +247,11 @@ export const HelpDialog = ({ onClose }: { onClose?: () => void }) => {
|
||||||
label={t("toolBar.link")}
|
label={t("toolBar.link")}
|
||||||
shortcuts={[getShortcutKey("CtrlOrCmd+K")]}
|
shortcuts={[getShortcutKey("CtrlOrCmd+K")]}
|
||||||
/>
|
/>
|
||||||
|
<Shortcut
|
||||||
|
label={t("toolBar.shapeSwitch")}
|
||||||
|
shortcuts={["Tab", "Shift+Tab"]}
|
||||||
|
isOr={true}
|
||||||
|
/>
|
||||||
</ShortcutIsland>
|
</ShortcutIsland>
|
||||||
<ShortcutIsland
|
<ShortcutIsland
|
||||||
className="HelpDialog__island--view"
|
className="HelpDialog__island--view"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue