Hello,
I have a personal request / suggestion / patch. I myself needed tweaks for my Kobo keyboard. I did some digging and made some alterations to keyboard layout such that it adjusts letter pop-ups.
Code:
Lithuanian Keyboard (Libra 2):
# Updated by driuba for 4.38.21908
- Enabled: no
- PatchGroup: Keyboard alternatives
- Description: |
Replaces some of the keys on the Extended Latin keypad with Lithuanian alternatives. This is mainly intended to edit the popup tooltips.
Note that after the device boots, the keypad might just show blank squares
until after the first book has been opened.
Also note that long-pressing keys on the base keypad will no longer show
the appropriate list of Extended Latin keys.
# Change keyboard layout
- FindBaseAddressString: "¡\0\0¿\0\0«\0\0»\0\0"
- ReplaceString: {Offset: 0x4c, Find: "â\0", Replace: "ą\0"}
- ReplaceString: {Offset: 0x64, Find: "ê\0", Replace: "ę\0"}
- ReplaceString: {Offset: 0x68, Find: "ë\0", Replace: "ė\0"}
- ReplaceString: {Offset: 0x90, Find: "ï\0", Replace: "į\0"}
- ReplaceString: {Offset: 0xa0, Find: "ü\0", Replace: "ū\0"}
- ReplaceString: {Offset: 0xa8, Find: "ç\0", Replace: "č\0"}
- ReplaceString: {Offset: 0xb8, Find: "ą\0", Replace: "â\0"}
- ReplaceString: {Offset: 0xc4, Find: "ę\0", Replace: "ê\0"}
- ReplaceString: {Offset: 0xcc, Find: "ů\0", Replace: "ų\0"}
I'm not sure what kind of patches get included to the main repo, but I sure be thankful if this was. I could make a pull request if needed.