mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-10 11:35:52 +01:00
fix: HelpDialog (#6072)
This commit is contained in:
parent
8420aecb34
commit
0f11f7da15
@ -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…
Reference in New Issue
Block a user