Manually handle misbehaving keyboard shortcuts (#1092)

* manually handle misbehaving keyboard shortcuts

MM-19198
MM-19032

includes zooming, redo/undo & copy/cut/paste for good measure

* manually handle misbehaving menu items

* bump electron minor version

* remove temp log import

* update context menu package version
This commit is contained in:
Dean Whillier
2019-10-28 11:27:59 -04:00
committed by GitHub
parent d017a68d2f
commit 81c32c2d8c
7 changed files with 297 additions and 35 deletions

View File

@@ -12,7 +12,7 @@
"@hapi/joi": "^15.1.0",
"auto-launch": "^5.0.5",
"bootstrap": "^3.3.7",
"electron-context-menu": "^0.10.1",
"electron-context-menu": "^0.15.0",
"electron-devtools-installer": "^2.2.4",
"electron-is-dev": "^1.0.1",
"electron-log": "^2.2.17",