Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alt + meta + left/right arrow no longer fires keydown event #150

Open
Allasso opened this issue Dec 1, 2020 · 1 comment
Open

alt + meta + left/right arrow no longer fires keydown event #150

Allasso opened this issue Dec 1, 2020 · 1 comment

Comments

@Allasso
Copy link

Allasso commented Dec 1, 2020

Hope this is the proper place for this issue.

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.

@ayushmanchhabra
Copy link

@Allasso thanks for the bug report. Could you please reopen this issue in https://github.com/nwjs/nw.js if you haven't already? Or if it doesn't apply anymore, feel free to close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants