mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: HelpDialog (#6072)
This commit is contained in:
parent
8420aecb34
commit
0f11f7da15
1 changed files with 2 additions and 2 deletions
|
@ -140,11 +140,11 @@ export const HelpDialog = ({ onClose }: { onClose?: () => void }) => {
|
||||||
/>
|
/>
|
||||||
<Shortcut
|
<Shortcut
|
||||||
label={t("toolBar.line")}
|
label={t("toolBar.line")}
|
||||||
shortcuts={[KEYS.P, KEYS["6"]]}
|
shortcuts={[KEYS.L, KEYS["6"]]}
|
||||||
/>
|
/>
|
||||||
<Shortcut
|
<Shortcut
|
||||||
label={t("toolBar.freedraw")}
|
label={t("toolBar.freedraw")}
|
||||||
shortcuts={["Shift + P", KEYS["7"]]}
|
shortcuts={[KEYS.P, KEYS["7"]]}
|
||||||
/>
|
/>
|
||||||
<Shortcut
|
<Shortcut
|
||||||
label={t("toolBar.text")}
|
label={t("toolBar.text")}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue