Quote:
Originally Posted by Loamaro
I am from Russia. We have a patch Metazoa "Cyrillic keyboard", but it is not for 3.3.0. Could you make this patch or is it very difficult? In any case, thank you very much for your Kobo patcher!
|
Here is the Cyrillic keyboard patch for 3.3.0, for kpg.exe only. Let me know if it works as you expect.
Spoiler:
Code:
<Patch>
patch_name = `Cyrillic keyboard`
patch_enable = `yes`
# Enable uppercase for [ß] key
replace_bytes = 8A6A4A, 00 24, 01 24
# Replace layout sign
replace_string = CCF8BC, `ÉÀÇ`, `абв`
# Change keyboard layout
replace_utf8chars = CCF7D4, `æ`, `й`
replace_utf8chars = CCF7D8, `àèìòùáéíóúý`, `цукенгшщзхъ`
replace_utf8chars = CCF804, `œ`, `ф`
replace_utf8chars = CCF808, `âêîôûäëïöüÿ`, `ывапролджэё`
replace_utf8chars = CCF834, `ãñõå`, `ячсм`
replace_utf8chars = CCF844, `ß`, `и`
replace_utf8chars = CCF848, `çđøij`, `тьбю`
replace_utf8chars = CCF858, `ł`, `.`
</Patch>