Bépo-Android
Fleeting- External reference: https://github.com/anisse/bepo-android/
One of the tradeoff I had to make was to have the underlying key layout a QWERTY, that then generated bépo characters. This decision was due to the fact that we cannot attribute key names to all keys: ÉÀÈÊÇ, etc. don’t have key labels (found in KeycodeLabels.h or InputEventLabels.h depending on your AOSP version), so you can’t simply remap all keys in order to have a bépo key layout; you’d have holes in it. I therefore had to resort to using QWERTY as base, as it’s the one in Generic.kl.