So I have found how to listen for the search button and the back button on an android app however is there can't find anything on detecting a clicked menu button. Many recent apps have a button for menu on android and apple on the screen and the hardware menu button just opens the same menu. This way you only have to have one menu system for all devices. Is this possible with appcelerator?
win.addEventListener('androidback',function());