We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8630d03 + a03a738 commit 5030410Copy full SHA for 5030410
README.md
@@ -213,7 +213,7 @@ for 64 bit Linux:
213
1. Follow the instructions in 'Building From Source' above
214
2. `node_modules/.bin/build -l --x64`
215
216
-All electron packages go into `electron/dist/`
+All electron packages go into `electron_app/dist/`
217
218
Many thanks to @aviraldg for the initial work on the electron integration.
219
electron_app/src/vectormenu.js
@@ -37,7 +37,7 @@ const template = [
37
submenu: [
38
{ type: 'separator' },
39
{ role: 'resetzoom' },
40
- { role: 'zoomin' },
+ { role: 'zoomin', accelerator: 'CommandOrControl+=' },
41
{ role: 'zoomout' },
42
43
{ role: 'togglefullscreen' },
0 commit comments