diff --git a/osdep/mac/menu_bar.swift b/osdep/mac/menu_bar.swift index c236995d54..e57ea62be8 100644 --- a/osdep/mac/menu_bar.swift +++ b/osdep/mac/menu_bar.swift @@ -208,7 +208,7 @@ class MenuBar: NSObject { let windowMenuConfigs = [ Config(name: "Minimize", key: "m", commandSpecial: .minimize), - Config(name: "Zoom", key: "z", commandSpecial: .zoom), + Config(name: "Zoom", commandSpecial: .zoom), ] let helpMenuConfigs = [