You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using an app built on nwjs 0.36.4 for macos, which listened to alt + meta(cmd) + left/right arrow keydown events. I updated to the 0.49.1 framework, and the events are no longer fired on listeners attached to the window object, neither in capturing or bubbling mode.
Suspecting it is a Chromium issue, I tested on the latest Chrome browser and observe those events are captured by the browser and used for switching tabs.
Can the capturing of those events be removed? It seems it serves no purpose to capture those events in the nwjs context.