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

Handle space bar key down #89

Merged
merged 1 commit into from
Jan 8, 2016
Merged

Conversation

IonicaBizau
Copy link
Contributor

When using the Smooth Scrolling extension for Chrome for some reason the space bar is not working. This fixes it adding support for space bar key down.

This fixes #48. Actually I just copy-pasted the code @KiPSOFT posted here. ✨

When using the Smooth Scrolling extension for Chrome for some reason the space bar is not working. This fixes it adding support for space bar key down.
This was referenced Sep 15, 2015
@IonicaBizau
Copy link
Contributor Author

@chjj Can you please take a look at this? 🙏

@IonicaBizau
Copy link
Contributor Author

@chjj 🔔

@chjj
Copy link
Owner

chjj commented Jan 8, 2016

Strange. I guess it sends it on keydown instead of keypress in that situation?

chjj added a commit that referenced this pull request Jan 8, 2016
@chjj chjj merged commit 10a2307 into chjj:master Jan 8, 2016
@IonicaBizau
Copy link
Contributor Author

@chjj Had no idea what I did, but it fixed my problem. 😄 Basically I just took @KiPSOFT's comment (#48 (comment)) and made a PR. 🍰

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

Successfully merging this pull request may close these issues.

chrome space bar problem
2 participants