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

Hide VKB when physical keyboard is available (qemux86. PP(P), PT2) #31

Open
Herrie82 opened this issue Feb 14, 2024 · 2 comments
Open

Comments

@Herrie82
Copy link
Collaborator

Currently VKB shows even when HW kbd is available. This takes unnecessary screen real estate.

Make sure to auto-hide it. See https://github.com/webosose/ime-manager/blob/master/maliit-plugin-global/plugin/inputmethod.cpp for some example implementation.

Might need to think of a way to bring up VKB somehow.

@Tofee
Copy link
Member

Tofee commented Feb 14, 2024

Note: this behavior is caused by our plugin being registered for both OnScreen and Hardware states of Maliit. Using imemanager for Hardware state caused conflicts in the management of the OnScreen state, which is also claimed by the "global" plugin of imemanager.

@Herrie82
Copy link
Collaborator Author

I guess the right way forward would be to migrate webos-keyboard to ime-manager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants