change 3D shortcut

This commit is contained in:
vcoppe
2026-03-27 18:49:20 +01:00
parent 408b2422e6
commit 34139974aa
2 changed files with 2 additions and 1 deletions

View File

@@ -375,7 +375,7 @@
<Menubar.Item inset onclick={() => map.toggle3D()}> <Menubar.Item inset onclick={() => map.toggle3D()}>
<Box size="16" /> <Box size="16" />
{i18n._('menu.toggle_3d')} {i18n._('menu.toggle_3d')}
<Shortcut key="{i18n._('menu.ctrl')} {i18n._('menu.drag')}" /> <Shortcut key={i18n._('menu.right_click_drag')} />
</Menubar.Item> </Menubar.Item>
</Menubar.Content> </Menubar.Content>
</Menubar.Menu> </Menubar.Menu>

View File

@@ -63,6 +63,7 @@
"ctrl": "Ctrl", "ctrl": "Ctrl",
"click": "Click", "click": "Click",
"drag": "Drag", "drag": "Drag",
"right_click_drag": "Right-click drag",
"metadata": { "metadata": {
"button": "Info...", "button": "Info...",
"name": "Name", "name": "Name",