I think I have found a potential bug, I explain it below:
In openMSX "MENU" Key is used to access internal OSD but it doesn´t work anymore
I checked documentation about changes but there is no mention about it.
I used the tcl command "bind" and "bind_default" to check if default key has been changed but gives me the usual value:
keyB MENU: main_menu_toggle
I reassigned the hotkey to another key and seems to work, but when I reassign bind to menu key it doesn´t work) and I did not receive anykind of error in console.
Maybe this could be related to android code port and "menu" hotkey is confused with "menu/home" icon on Android? or "MENU" is not valid anymore and the name of that key is changed?
This behaviour is present in last Windows builds with x64 and x86 versions, build openmsx-0.15.0-281-g4f1af5a09-windows
I already have checked 6 versions (x86+x64) and all of them have the same bug.
Thanks in advance