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

Ignore backspace characters? #5

Open
allenlook opened this issue Aug 22, 2019 · 0 comments
Open

Ignore backspace characters? #5

allenlook opened this issue Aug 22, 2019 · 0 comments

Comments

@allenlook
Copy link

Would it be possible to ignore backspace characters? Nobody's perfect, but as it currently stands, the program fails to convert a HotString if backspace is used to correct a typo while entering it.

I tried putting an If statement in that would Return if the $key = "{BACKSPACE}", but it caused the function to enter recognized HotStrings 5 or 6 times, so something else is counting up in there, and I'm not sure what.

I'm using it in conjunction with QuickPhrase, so maybe there's a conflict there somewhere?

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

No branches or pull requests

1 participant