Alt should be labeled as Option on Mac (#1602)
This commit is contained in:
parent
9bd72f91fc
commit
afbfe2b8b1
@ -245,7 +245,7 @@ export const ShortcutsDialog = ({ onClose }: { onClose?: () => void }) => {
|
|||||||
/>
|
/>
|
||||||
<Shortcut
|
<Shortcut
|
||||||
label={t("buttons.toggleZenMode")}
|
label={t("buttons.toggleZenMode")}
|
||||||
shortcuts={["Alt+Z"]}
|
shortcuts={[getShortcutKey("Alt+Z")]}
|
||||||
/>
|
/>
|
||||||
</ShortcutIsland>
|
</ShortcutIsland>
|
||||||
</Column>
|
</Column>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user