mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Merge branch 'master' into mtolmacs/feat/call-actionfinalize-for-arrows
This commit is contained in:
commit
87b0ab826a
2 changed files with 7 additions and 1 deletions
|
@ -247,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.convertElementType")}
|
||||||
|
shortcuts={["Tab", "Shift+Tab"]}
|
||||||
|
isOr={true}
|
||||||
|
/>
|
||||||
</ShortcutIsland>
|
</ShortcutIsland>
|
||||||
<ShortcutIsland
|
<ShortcutIsland
|
||||||
className="HelpDialog__island--view"
|
className="HelpDialog__island--view"
|
||||||
|
|
|
@ -298,7 +298,8 @@
|
||||||
"laser": "Laser pointer",
|
"laser": "Laser pointer",
|
||||||
"hand": "Hand (panning tool)",
|
"hand": "Hand (panning tool)",
|
||||||
"extraTools": "More tools",
|
"extraTools": "More tools",
|
||||||
"mermaidToExcalidraw": "Mermaid to Excalidraw"
|
"mermaidToExcalidraw": "Mermaid to Excalidraw",
|
||||||
|
"convertElementType": "Toggle shape type"
|
||||||
},
|
},
|
||||||
"element": {
|
"element": {
|
||||||
"rectangle": "Rectangle",
|
"rectangle": "Rectangle",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue