Skip to content

Fix: symbol / number screen behavior to match existing LightOS keyboard #17

Description

@zacksimpson

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions