NW.js 0.13.3, Windows 10 64-bit
Using the --in-process-gpu Chromium arg causes NW.js to crash if the user presses ALT+ENTER.
Easily reproducible with a very simple index.html and adding the following to package.json:
"chromium-args": "--in-process-gpu"
Without the using the Chromium arg, NW.js doesn't even appear to respond to the ALT+ENTER shortcut.
NW.js 0.13.3, Windows 10 64-bit
Using the
--in-process-gpuChromium arg causes NW.js to crash if the user pressesALT+ENTER.Easily reproducible with a very simple
index.htmland adding the following topackage.json:Without the using the Chromium arg, NW.js doesn't even appear to respond to the
ALT+ENTERshortcut.