You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the backspace is tapped you can't switch languages instantly, for some reason the language switch button starts acting as a spacebar for a few seconds
To Reproduce
Tap backspace
Instantly try to switch languages using language switch button
See the issue
Expected behavior
It should just switch languages, without mimicking spacebar
App version
1.2
Device
Model: Xiaomi 11T Pro
OS: Android 13
The text was updated successfully, but these errors were encountered:
There is some altCode that is space for settings and language switch keys, that's what is most likely triggering this issue.
I don't know what this altCode is for, but I learnt that weird undocumented things originating from AOSP keyboard should be handled with care, so I don't want to simply remove / change it.
you could make a test version without altCode and I'll try using it for a few weeks and tell you if something unusual will start happening. it's not like i'm a tester or smth, but I wou.d love this issue being fixed
After going through it again, I think the alt code makes sense, becuase if you miss the wanted key and switch keyboard layout, then it's rather annoying.
Possibly this could be changed to only guard against clicks near the key edge though.
Describe the bug
When the backspace is tapped you can't switch languages instantly, for some reason the language switch button starts acting as a spacebar for a few seconds
To Reproduce
Expected behavior
It should just switch languages, without mimicking spacebar
App version
1.2
Device
The text was updated successfully, but these errors were encountered: