mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-25 18:31:15 +02:00
Alt should be labeled as Option on Mac (#1602)
This commit is contained in:
@@ -245,7 +245,7 @@ export const ShortcutsDialog = ({ onClose }: { onClose?: () => void }) => {
|
||||
/>
|
||||
<Shortcut
|
||||
label={t("buttons.toggleZenMode")}
|
||||
shortcuts={["Alt+Z"]}
|
||||
shortcuts={[getShortcutKey("Alt+Z")]}
|
||||
/>
|
||||
</ShortcutIsland>
|
||||
</Column>
|
||||
|
Reference in New Issue
Block a user