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

Key fix #41

Merged
merged 9 commits into from
Mar 30, 2021
Merged

Key fix #41

merged 9 commits into from
Mar 30, 2021

Conversation

jonrohan
Copy link
Member

There's a bug when trying to use a symbol like Control+Shift+` as the hotkey. See https://github.com/github/github/pull/175242#discussion_r603640676

Because of this line, ` doesn't have an uppercase value.

I'm trying to fix by checking the KeyboardEvent.code https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/code value for "Key" which should be alpha numeric.

@jonrohan jonrohan requested a review from a team as a code owner March 30, 2021 15:45
@jonrohan jonrohan requested review from srt32 and smockle March 30, 2021 15:45
keithamus and others added 3 commits March 30, 2021 16:46
@keithamus keithamus merged commit d79fcca into main Mar 30, 2021
@keithamus keithamus deleted the key_fix branch March 30, 2021 17:20
@jonrohan
Copy link
Member Author

🎉

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.

2 participants