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

Fixed the behavior of backspace key when using search_key=None #95

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

anishsane
Copy link

When search_key=None, if we press backspace as the first character, the word is entered literally ("backspace") as the search term.

If the search_key is None and backspace is pressed, do nothing. (Do not set the search_key to "backspace".)

Partially resolves #41 (The issue with accented characters mentioned in the issue description is not handled.)

When search_key=None, if we press backspace as the first character, the
word is entered literally ("backspace") as the search term.

If the search_key is None and backspace is pressed, do nothing. (Do not
set the search_key to "backspace".)

Partially resolves IngoMeyer441#41
(The issue with accented characters mentioned in the issue description is not
handled.)
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.

Pressing backspace when passing None as Search Key prints the word backspace as regex.
1 participant