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

Change the save to KeyCode or Key to support special keys #59

Merged
merged 2 commits into from
May 23, 2020

Conversation

Econa77
Copy link
Member

@Econa77 Econa77 commented May 23, 2020

Change the save from KeyCode to Key to support keys that can only be typed with JIS keyboard, such as @.

This is because on JIS keyboard, @ is in the [ position of the English keyboard and QWERTYKeyCode is the same internally, so the information of @ is lost when decoding.

@Econa77 Econa77 merged commit 9a37300 into master May 23, 2020
@Econa77 Econa77 deleted the feature/key-codable branch May 23, 2020 15:20
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.

1 participant