mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Alt should be labeled as Option on Mac (#1602)
This commit is contained in:
parent
9bd72f91fc
commit
afbfe2b8b1
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ export const ShortcutsDialog = ({ onClose }: { onClose?: () => void }) => {
|
|||
/>
|
||||
<Shortcut
|
||||
label={t("buttons.toggleZenMode")}
|
||||
shortcuts={["Alt+Z"]}
|
||||
shortcuts={[getShortcutKey("Alt+Z")]}
|
||||
/>
|
||||
</ShortcutIsland>
|
||||
</Column>
|
||||
|
|
Loading…
Add table
Reference in a new issue