Explorar o código

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

fujimoto kyosuke %!s(int64=5) %!d(string=hai) anos
pai
achega
afbfe2b8b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>