diff --git a/docs/api/web-frame.md b/docs/api/web-frame.md index 9891c5d09ab0..98fa952c83fb 100644 --- a/docs/api/web-frame.md +++ b/docs/api/web-frame.md @@ -62,6 +62,11 @@ Sets the maximum and minimum pinch-to-zoom level. > webFrame.setVisualZoomLevelLimits(1, 3) > ``` +> **NOTE**: Visual zoom only applies to pinch-to-zoom behavior. Cmd+/-/0 zoom shortcuts are +> controlled by the 'zoomIn', 'zoomOut', and 'resetZoom' MenuItem roles in the application +> Menu. To disable shortcuts, manually [define the Menu](./menu.md#examples) and omit zoom roles +> from the definition. + ### `webFrame.setSpellCheckProvider(language, provider)` * `language` String