We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OpenBoard injects space before character that follows double quote, half the time.
attempting to type the following sequence:
"x " x "x " x "x " x
further testing also illustrates the issue:
"a " a "b " b "c " c "4 " 4 "5 " ∆ "d "" "" "" "„ " „ "“ " “ "test. " test. "test. " test. "test. " test. 'test. 'test. 'test. 'test. 'test. 'test.
the space appears when the next character is typed, unless that next character is also a normal double-quote.
the double-quote mark is a normal character, not a smart quote.
this issue does not also happen when typing a single-quote or back-tick.
OpenBoard should not be injecting any characters that i did not type.
all autocorrect-type of features are disabled.
the version is 1.4.5, running on android version 12.
The text was updated successfully, but these errors were encountered:
this space insertion issue shares a similarity to #576
Sorry, something went wrong.
solved at https://github.com/sonicbluesky/KeyMapperKeyboardX/releases/tag/1.4.6-1 I have built and tested the apk. I am leaving this issue open here because it has not been solved for the releases on this repo.
No branches or pull requests
OpenBoard injects space before character that follows double quote, half the time.
attempting to type the following sequence:
several times produces the following output:
further testing also illustrates the issue:
the space appears when the next character is typed, unless that next character is also a normal double-quote.
the double-quote mark is a normal character, not a smart quote.
this issue does not also happen when typing a single-quote or back-tick.
OpenBoard should not be injecting any characters that i did not type.
all autocorrect-type of features are disabled.
the version is 1.4.5, running on android version 12.
The text was updated successfully, but these errors were encountered: