diff --git a/src/desktop/main.ts b/src/desktop/main.ts index f12dceabe..0add1b776 100644 --- a/src/desktop/main.ts +++ b/src/desktop/main.ts @@ -172,7 +172,10 @@ function createMenu() { { role: "zoomIn" }, { role: "zoomOut" }, { type: "separator" }, - { role: "togglefullscreen" }, + { + role: "togglefullscreen", + accelerator: process.platform === "darwin" ? "Ctrl+Command+F" : "F11", + }, ], }, {