-
Notifications
You must be signed in to change notification settings - Fork 249
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(keyboard): parse modifiers as characters #588
Conversation
Codecov Report
@@ Coverage Diff @@
## master #588 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 47 47
Lines 855 857 +2
Branches 323 325 +2
=========================================
+ Hits 855 857 +2
Continue to review full report at Codecov.
|
🎉 This PR is included in version 13.0.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
I didn't know we got to travel at light speed yet! That was so fast I couldn't even say supercalifragilisticexpialidocious! |
What:
Fix parsing modifiers as printable characters.
Why:
Closes #587
Checklist: