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

Relax the key event capturing without modifiers #72

Merged
merged 1 commit into from
Jun 8, 2021

Conversation

yykamei
Copy link
Owner

@yykamei yykamei commented Jun 8, 2021

Fix #31

Previously, pattern matching inadvertently catched the
KeyModifiers::NONE. This caused the weird behavior that a user cannot
type uppercase characters. This patch relaxes the restriction.

Previously, pattern matching inadvertently catched the
`KeyModifiers::NONE`. This caused the weird behavior that a user cannot
type uppercase characters. This patch relaxes the restriction.
@yykamei yykamei added bug Something isn't working no-changelog Excluded from CHANGELOG labels Jun 8, 2021
@yykamei yykamei merged commit 6c14731 into main Jun 8, 2021
@yykamei yykamei deleted the support-any-characters-for-input branch June 8, 2021 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working no-changelog Excluded from CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Let a user input uppercase characters on Search query
1 participant