pix / aeon

An HD interface for XBMC
www.aeonproject.com
50 stars 9 forks source link

Back button doesn't work on add-on changelog screen #159

Closed sialivi closed 14 years ago

sialivi commented 14 years ago

You can't exit the add-on changelog screen using the back button, you have to use the esc key which feels a bit inconsistent

phil65 commented 14 years ago

has to be done with keymap.xml, not a skin related thing.

sialivi commented 14 years ago

Are you sure you're not misunderstanding me? Why would the keymap disallow me from using the back button on that particular screen when it can be used everywhere else in the add-on screens? Sounds like a very odd design.

phil65 commented 14 years ago

that´s probably because it´s a dialog, so you have to adjust that part of the keymap.xml

phil65 commented 14 years ago

just tested, here it closes using either backspace or escape.

sialivi commented 14 years ago

With the default keymap? And you are at the "Change Log" screen, right? Not just the add-on screen.

phil65 commented 14 years ago

yes, should work with the default keymap. i could however add that the dialog closes when pressing left or right, we don´t have any control over the backspace or escape button.