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

fix(KeyboardControls): support non-qwerty keyboards (#573) #574

Merged
merged 3 commits into from
Jan 2, 2025

Conversation

andretchen0
Copy link
Contributor

@andretchen0 andretchen0 commented Dec 25, 2024

Problem

#573

Solution

Use key codes, e.g. KeyW rather than w. Closes #573

Problem

There are a few wording and formatting issues in the <KeyboardControls /> docs page.

Solution

Update docs.

Copy link

netlify bot commented Dec 25, 2024

Deploy Preview for cientos-tresjs ready!

Name Link
🔨 Latest commit 5306864
🔍 Latest deploy log https://app.netlify.com/sites/cientos-tresjs/deploys/676c84d7b0267b000812afaf
😎 Deploy Preview https://deploy-preview-574--cientos-tresjs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@andretchen0 andretchen0 marked this pull request as ready for review December 25, 2024 22:19
@alvarosabu alvarosabu added bug Something isn't working p3-minor-bug An edge case that only affects very specific usage (priority) labels Jan 2, 2025
Copy link
Member

@alvarosabu alvarosabu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andretchen0 thanks for providing a fix and improving the docs

@alvarosabu alvarosabu merged commit efdde6d into main Jan 2, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p3-minor-bug An edge case that only affects very specific usage (priority)
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Keyboard controls is improperly mapped
2 participants