Currently, on the symbols and 123 screens, punctuation keys never send you back to letters on their own. You have to tap ABC every time.
I would like to match the behavior of the current production keyboard in LightOS:
- Every number or symbol on those screens (digits, . , ? !) waits until you hit space or enter, then it goes back to letters. (I think this is also how AOSP handles this if I'm not mistaken)
- Apostrophe sends you back to letters right away as soon as you tap it.
This could happen in EnBaseViewModel.kt, since that's where layout switching already happens for the accent picker.
I've already got it built and working, pretty simple fix. Let me know if you'd like a PR - thanks!
Currently, on the symbols and 123 screens, punctuation keys never send you back to letters on their own. You have to tap ABC every time.
I would like to match the behavior of the current production keyboard in LightOS:
This could happen in
EnBaseViewModel.kt, since that's where layout switching already happens for the accent picker.I've already got it built and working, pretty simple fix. Let me know if you'd like a PR - thanks!