Skip to content

Commit 5030410

Browse files
authored
Merge pull request element-hq#8381 from aaronraimist/electron-browser-zoom+
Allow Electron to zoom with CommandOrControl+=
2 parents 8630d03 + a03a738 commit 5030410

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ for 64 bit Linux:
213213
1. Follow the instructions in 'Building From Source' above
214214
2. `node_modules/.bin/build -l --x64`
215215

216-
All electron packages go into `electron/dist/`
216+
All electron packages go into `electron_app/dist/`
217217

218218
Many thanks to @aviraldg for the initial work on the electron integration.
219219

electron_app/src/vectormenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const template = [
3737
submenu: [
3838
{ type: 'separator' },
3939
{ role: 'resetzoom' },
40-
{ role: 'zoomin' },
40+
{ role: 'zoomin', accelerator: 'CommandOrControl+=' },
4141
{ role: 'zoomout' },
4242
{ type: 'separator' },
4343
{ role: 'togglefullscreen' },

0 commit comments

Comments
 (0)