woesss / JL-Mod

J2ME emulator for Android (unofficial fork of https://github.com/nikita36078/J2ME-Loader)
Apache License 2.0
152 stars 12 forks source link

Games using default keyboard layout doesn't update it when changes are made to default keyboard layout itself #74

Open Username1-a opened 10 months ago

Username1-a commented 10 months ago

Build version: 0.84.1

Device model: Redmi Note 10 Pro

Android version: Android 13

Description of the issue: When editing keyboard layout to your liking you can set it as default, but the issue is that even if all newly installed games will use this default keyboard layout, when you tweak/make changes to that default keyboard layout itself, it won't sync with all the games that were supposed to use the default layout. The issue probably lies in that it simply copies default VirtualKeyboardLayout preset from /templates/defaut (Profiles, where user defined default keyboard layout goes to) to the game specific folder in /configs/game – would probably be a bit more streamlined if such games would use /template folder with the default preset instead

Thank you