Helium314

Results 1058 comments of Helium314

Well, I can't guarantee it's actually good (that's why it's in experimental folder)

From what I found in the code, hover events should occur when the [AccessibilityManager](https://developer.android.com/reference/android/view/accessibility/AccessibilityManager#isEnabled()) is enabled. No idea where to set it on your device. How does the remote control...

> or you may need to update your app to handle DPAD/KEYCODE events So remote control sends [key events](https://developer.android.com/reference/android/inputmethodservice/InputMethodService#onKeyDown(int,%20android.view.KeyEvent))? Then you should better tell which version of Heliboard you are...

If your remote inputs result in key press events, it's in LatinIME (`onKeyDown` / `onKeyUp`)

Are you experimenting with this code, or is this just an idea?

Oh, since you say it works with AOSP keyboard: did you test whether it works in OpenBoard? If yes, we could try to pin the change that broke it for...

Hey this is really great! You could do a PR, so maybe I can help with the remaining issues (and maybe find a way to fake a remote control so...

I also managed to get stuck on the main keyboard this way, but don't know what I did and was unable to reproduce.

> HeliBoard allows custom keyboard layouts and layout modifications, but the glide typing feature doesn't seem to observe the modified keys (unless I'm doing something wrong?). Can you share the...

So the problem seems to be that the system font doesn't have the emojis that are expected to work on Android 14? Or did you set a custom font?