Alt should be labeled as Option on Mac (#1602)

This commit is contained in:
fujimoto kyosuke 2020-05-15 08:51:52 +09:00 committed by GitHub
parent 9bd72f91fc
commit afbfe2b8b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ export const ShortcutsDialog = ({ onClose }: { onClose?: () => void }) => {
/>
<Shortcut
label={t("buttons.toggleZenMode")}
shortcuts={["Alt+Z"]}
shortcuts={[getShortcutKey("Alt+Z")]}
/>
</ShortcutIsland>
</Column>