Browse Source

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

fujimoto kyosuke 5 years ago
parent
commit
afbfe2b8b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/ShortcutsDialog.tsx

+ 1 - 1
src/components/ShortcutsDialog.tsx

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