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

mousetrap swallows Windows key + arrow keys for Windows management in Win10. #405

Open
jdalton opened this issue Jan 5, 2018 · 2 comments

Comments

@jdalton
Copy link

jdalton commented Jan 5, 2018

I noticed that if I press and hold the Windows key then press the left or right arrows that mouse trap will still detect the arrow key presses. Is there a way for mousetrap to ignore arrow key presses when the Windows key is pressed down?

@jdalton
Copy link
Author

jdalton commented Jan 10, 2018

The key to look for is "meta". Mousetrap doesn't seem to be able to bind Mousetrap.bind("meta+left", () => console.log("hi")) though.

Related to #81, #174.

@logan-markewich
Copy link

Any update on this? Further support for the windows key would be greatly appreciated 😄

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