@openfin/core 29.71.22 → 29.71.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/OpenFin.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -84,6 +84,7 @@ import WindowEvents = OpenFin.WindowEvents;
|
|
|
84
84
|
* `Command` + `Shift` + `R` _(Mac)_
|
|
85
85
|
*
|
|
86
86
|
* @property {boolean} [accelerator.zoom=false]
|
|
87
|
+
* NOTE: It is not recommended to set this value to true for Windows in Platforms as that may lead to unexpected visual shifts in layout.
|
|
87
88
|
* If `true`, enables the zoom keyboard shortcuts:<br>
|
|
88
89
|
* `Ctrl` + `+` _(Zoom In)_<br>
|
|
89
90
|
* `Ctrl` + `Shift` + `+` _(Zoom In)_<br>
|
|
@@ -91,6 +91,7 @@ const view_1 = require("../view");
|
|
|
91
91
|
* `Command` + `Shift` + `R` _(Mac)_
|
|
92
92
|
*
|
|
93
93
|
* @property {boolean} [accelerator.zoom=false]
|
|
94
|
+
* NOTE: It is not recommended to set this value to true for Windows in Platforms as that may lead to unexpected visual shifts in layout.
|
|
94
95
|
* If `true`, enables the zoom keyboard shortcuts:<br>
|
|
95
96
|
* `Ctrl` + `+` _(Zoom In)_<br>
|
|
96
97
|
* `Ctrl` + `Shift` + `+` _(Zoom In)_<br>
|