This is good intel.

nostr:npub1xtscya34g58tk0z605fvr788k263gsu6cy9x0mhnm87echrgufzsevkk5s for the keyboard that types double character for each character input is it possible to add within DAMUS keyboard code in android delete each second character before it appears on the users screen?

Reply to this note

Please Login to reply.

Discussion

If this can be solved on the rust layer, it will be better/faster. The second option is to hack a touch sensitivity solution on notedeck itself. The Google dev path is something you can start for "future generations" but don't expect anything back in time to matter.

Case in point, there was a bug on AOSP's default keyboard that I had to reverse engineer the keyboard to understand how character pixel rounding was working differently than other keyboards. The "bug" (unspecified API) has been there for over 10 years now.

I don’t even think this is a touch sensitivity thing. I can’t press it fast enough to only register a single key. It looks like android-activity has some vendored gamesdk glue code it copied over that has bugs. Going to try to get the latest upstream of that at least. If all else fails I will have to do some super hacky thing that detects this and fixes it proactively. Ew

> If all else fails I will have to do some super hacky thing that detects this and fixes it proactively

Sounds defensive nostrability coding

🫂