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

View File

@ -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>