How can I get the back/home button working in boxee box browser? F.e. I want to open a menu if user clicks enter and want to close it with back button?
I was just writing a function which triggered all received keycodes in the boxee browser (browser in boxee.KEYBOARD_MODE). I received every keyboard key, but I couldn't get an event for the play/pause button. If I was pressing the back/home button, the application shows the dialog to close the browser and I didn't receive a keycode too. Are these buttons functional buttons which cannot be modified?! Or is there a way to override the buttons behaviour?
Best, K