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

OpenBoard injects space before character that follows double quote, half the time. #883

Open
sonicbluesky opened this issue Jan 12, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@sonicbluesky
Copy link

OpenBoard injects space before character that follows double quote, half the time.

attempting to type the following sequence:

  1. normal double-quote mark
  2. x
  3. enter
    several times produces the following output:
"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.

@sonicbluesky sonicbluesky added the bug Something isn't working label Jan 12, 2025
@sonicbluesky
Copy link
Author

this space insertion issue shares a similarity to #576

@sonicbluesky
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant