diff --git a/src/native/window.ts b/src/native/window.ts index cf1064b..346782c 100644 --- a/src/native/window.ts +++ b/src/native/window.ts @@ -111,7 +111,7 @@ export function createMainWindow() { // rebind zoom controls to be more sensible mainWindow.webContents.on("before-input-event", (event, input) => { - if (input.control && input.key === "=") { + if (input.control && (input.key === "=" || input.key === "+")) { // zoom in (+) event.preventDefault(); mainWindow.webContents.setZoomLevel(