nikita36078 / J2ME-Loader

A J2ME emulator for Android.
Apache License 2.0
2.1k stars 209 forks source link

Can I Customize Virtual Keys? #1069

Open RikanDev opened 3 weeks ago

RikanDev commented 3 weeks ago

Quick summary

I mainly play old Korean feature phone games, and there are times when I need to press the "CLR" key. However, the virtual "C" key on J2ME Loader doesn’t work for this purpose. Instead, the backspace key (←) on my smartphone’s keyboard or a Bluetooth keyboard is recognized as "CLR" in this case. By default, J2ME Loader assigns "C" to KEYCODE_ENDCALL, but it seems that in Korean feature phone games, CLR is recognized only when assigned to KEYCODE_DEL. Is there a way for me to customize the virtual keys?

Details

No response