You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The web build bound Cmd/Ctrl +, - and 0 and then did nothing with them, so zoom appeared broken. Those keys are the browser's own page zoom, which scales the whole page and remembers it per site.
Adds an interfaceZoom capability: true on desktop, where the host zooms the webview, false in a browser. When false the app binds nothing and the hotkeys screen drops the three rows it can't configure.
Copy file name to clipboardExpand all lines: packages/platform/src/web/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,10 @@ Reported honestly, so callers gate on the question rather than on the host:
129
129
130
130
| True | False |
131
131
| --- | --- |
132
-
|`cookieJar` (the jar stores and edits here; only filling it needs the sender) |`grpc`, `websocket`, `git`, `sync`, `tlsOptions`, `localFiles`, `timeline`, `multiWindow`, `windowChrome`, `plugins`, `encryption`, `updater`, `clipboardRead`, `systemFonts`, `license`|
132
+
|`cookieJar` (the jar stores and edits here; only filling it needs the sender) |`grpc`, `websocket`, `git`, `sync`, `tlsOptions`, `localFiles`, `timeline`, `multiWindow`, `windowChrome`, `interfaceZoom`, `plugins`, `encryption`, `updater`, `clipboardRead`, `systemFonts`, `license`|
133
+
134
+
`interfaceZoom: false` leaves Cmd/Ctrl `+`, `-` and `0` to the browser instead
135
+
of swallowing them, and drops those three rows from the hotkeys screen.
133
136
134
137
`multiWindow: false` means the host cannot open a *second window* on demand —
135
138
what `cmd_new_child_window` does for Settings and workspace switching. It is not
0 commit comments