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?
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